Angular compiler报的一个错误消息:Component XX is not part of any NgModule

110 阅读1分钟

Error in /turbo_modules/@angular/compiler@9.1.12/bundles/compiler.umd.js (29363:23)
Component ProductListComponent is not part of any NgModule or the module has not been imported into your module.

错误分析

app.module.ts里,只import了ProductListComponent,但却未申明到declarations区域内:

添加之后错误消失:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":