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

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

错误分析

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

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

添加之后错误消失:

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

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
Angular compiler报的一个错误消息:Component XX is not part of any NgModule

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-12-04
  • 2022-12-23
  • 2022-02-14
  • 2021-12-12
猜你喜欢
  • 2021-12-01
  • 2021-10-13
  • 2021-07-27
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案