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 24edcbe commit 1bb4052Copy full SHA for 1bb4052
src/app/app-routing.module.ts
@@ -12,9 +12,9 @@ const routes: Routes = [
12
13
// http://www.deathghost.cn/article/angular/88
14
@NgModule({
15
- // imports: [RouterModule.forRoot(routes, {preloadingStrategy: QuicklinkStrategy})],
+ // imports: [RouterModule.forRoot(routes, {preloadingStrategy: HoverPreloadStrategy})],
16
imports: [RouterModule.forRoot(routes, {
17
- preloadingStrategy: HoverPreloadStrategy,
+ preloadingStrategy: QuicklinkStrategy,
18
scrollPositionRestoration: 'enabled',
19
initialNavigation: 'enabledBlocking'
20
})],
0 commit comments