在 aot 编译期间获取 Order Module 不是 ngModule 错误
gettiing OrderModule is not an ngModule error during aot-compilation
我使用了 angular-cli,因为 scaffolding.I 有默认加载的应用程序模块,而其他模块是延迟加载的。
同时 运行:
ng build -prod --aot
14% building modules 36/37 modules 1 active ...de_modules/css-loader/lib/css-base.js**OrderModule** is not an NgModule
最新版本的 angular-cli 支持 Yes.It。
将您的 cli 更新到最新版本。
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
我使用了 angular-cli,因为 scaffolding.I 有默认加载的应用程序模块,而其他模块是延迟加载的。
同时 运行:
ng build -prod --aot
14% building modules 36/37 modules 1 active ...de_modules/css-loader/lib/css-base.js**OrderModule** is not an NgModule
Yes.It。 将您的 cli 更新到最新版本。
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest