cannot determine the module for component angular 5

后端 未结 12 2014
太阳男子
太阳男子 2020-12-29 20:39

I\'m getting following error when I build the Angular app using \"ng build --prod\". This is working when I build with Angular 4 and getting error with Angular 5. With Angul

12条回答
  •  清酒与你
    2020-12-29 21:27

    Normally this error occurred when you created a component but not imported it to any module.

提交回复
热议问题