|
|
@ -154,6 +154,7 @@ const routes: Routes = [ |
|
|
routes, |
|
|
routes, |
|
|
// Preload all lazy loaded modules with the attribute preload === true
|
|
|
// Preload all lazy loaded modules with the attribute preload === true
|
|
|
{ |
|
|
{ |
|
|
|
|
|
scrollPositionRestoration: 'top', |
|
|
anchorScrolling: 'enabled', |
|
|
anchorScrolling: 'enabled', |
|
|
preloadingStrategy: ModulePreloadService |
|
|
preloadingStrategy: ModulePreloadService |
|
|
// enableTracing: true // <-- debugging purposes only
|
|
|
// enableTracing: true // <-- debugging purposes only
|
|
|
|