We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989672 commit 4196c66Copy full SHA for 4196c66
src/app/app-routing.module.ts
@@ -15,6 +15,9 @@ export const routes: Routes = [
15
{
16
path: 'bundled',
17
loadChildren: loadBundledModule
18
+ // Comment loadChildren above and uncomment the line below to get non lazy loading working with AoT
19
+ // Do not delete / comment the `loadBundledModule` declaration or the module will be lazy loaded
20
+ // loadChildren: './bundled/bundled.module#BundledModule'
21
},
22
23
path: 'lazy',
0 commit comments