Angular 2 Component is not part of any NgModule

前端 未结 9 2069
予麋鹿
予麋鹿 2020-12-08 18:12

i\'m upgrading my Angular 2 project from RC5 to 2.0.0. I get this Error

Unhandled Promise rejection: Component LoginComponent is not part of any NgM

9条回答
  •  -上瘾入骨i
    2020-12-08 18:57

    Ensure that you include your new component both in the referencing app.routing.ts as well as app.module.ts.

提交回复
热议问题