3

我已经为 Angular 创建了一个外部模块,当我尝试在我的其他项目中使用它时,VsCode 不理解组件标签。

我正在使用 ng-packagr 创建模块。

例子:

<ag-button-delete (agClick)="test()"></ag-button-delete>

[Angular]
'ag-button-delete' is not a known element:
1. If 'ag-button-delete' is an Angular component, then verify that it is part of this module.
2. If 'ag-button-delete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

但是,如果我 ng serve 甚至 ng build --prod --aot 它确实按预期工作......

我在自定义模块包中缺少什么来获得 VsCode 的智能感知?

我正在使用 ng-packagr 创建模块。

4

0 回答 0