cannot determine the module for component angular 5

后端 未结 12 2027
太阳男子
太阳男子 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:21

    for me, the problem was in case sensitive in import paths. but you must find all imports path that have problem. not only import that used in your module.

提交回复
热议问题