ng-alain / ng-zorro-vscode

Visual studio code plugin for ng-zorro
https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode
MIT License
54 stars 16 forks source link

vscode 提示 'nz-tabset' is not a known element: #13

Closed Bigredorange closed 4 years ago

Bigredorange commented 4 years ago

'nz-tabset' is not a known element:

  1. If 'nz-tabset' is an Angular component, then verify that it is part of this module.
  2. If 'nz-tabset' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. NG-ZORRO Snippets 9.01 widows vscode version 1.44

how to fix this problem? thank you !

cipchk commented 4 years ago

@Bigredorange You muse import ng-zorro-antd/tabs, pls refer to:

Bigredorange commented 4 years ago

thanks, my brother.