Cannot determine the module for class X in X.ts! Add X to the NgModule to fix it error in ionic2

前端 未结 4 1485
无人共我
无人共我 2020-12-17 19:26

I am facing an issue when I try to build my app using the following command :

ionic cordova run android --prod --release

Everything runs fine if

4条回答
  •  有刺的猬
    2020-12-17 19:34

    This could also be a filename casing problem. see https://github.com/angular/angular-cli/issues/10732

提交回复
热议问题