ionic2-providers

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

天大地大妈咪最大 提交于 2020-01-20 05:49:51
问题 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 I run the command as below: ionic cordova run android The error Iam getting is : Error: Cannot determine the module for class CartItemsPage in C:/test/src/pages/cart/cart-items.ts! Add CartItemsPage to the NgModule to fix it. Cannot determine the module for class ItemsPage in C:/test/src/pages/items/items.ts! Add ItemsPage to th e NgModule to fix it.

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

旧街凉风 提交于 2020-01-20 05:49:49
问题 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 I run the command as below: ionic cordova run android The error Iam getting is : Error: Cannot determine the module for class CartItemsPage in C:/test/src/pages/cart/cart-items.ts! Add CartItemsPage to the NgModule to fix it. Cannot determine the module for class ItemsPage in C:/test/src/pages/items/items.ts! Add ItemsPage to th e NgModule to fix it.