Description
there is a loadChildren in my project
export const routes: Routes = [
{ path: '', redirectTo: 'test01', pathMatch: 'full'},
{ path: 'test01', loadChildren: 'app/testing01/test01.module' },
when ng build --aot
exception occurred:
0% compiling can't resolve module D:/ng2/aotdemo/src/app/testing01/test01.module.ts from D:/ng2/aotdemo/src/app/testing01/test01.module.ts
can't find symbol MainModule exported from module D:/ng2/aotdemo/src/app/testing01/test01.module.ts
Error: can't find symbol MainModule exported from module D:/ng2/aotdemo/src/app/testing01/test01.module.ts
at ReflectorHost.findDeclaration (D:\Users\iminar\Dev\angular\modules@angular\compiler-cli\src\reflector_host.ts:200:15)
at _loop_1 (D:\Users\iminar\Dev\angular\modules@angular\compiler-cli\src\codegen.ts:62:45)
at CodeGenerator.readFileMetadata (D:\ng2\aotdemo\node_modules.npminstall@angular\compiler-cli\0.6.4@angular\compiler-cli\src\codegen.js:66:13)
at D:\Users\iminar\Dev\angular\modules@angular\compiler-cli\src\codegen.ts:105:56
i am using
"angular-cli": "1.0.0-beta.17",
@angular 2.0.2