Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c5c4ad0

Browse files
DeborahKjuleskremer
authored andcommitted
Update router.jade (#3265)
1 parent 2ba5131 commit c5c4ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2576,7 +2576,7 @@ a#custom-preloading
25762576
Shortly, you'll extend the `AdminDashboardComponent` to inject this service and display its `preloadedModules` array.
25772577

25782578
But first, make a few changes to the `AppRoutingModule`.
2579-
1. Import `SelectivePreloadingStrategy` into .
2579+
1. Import `SelectivePreloadingStrategy` into `AppRoutingModule`.
25802580
1. Replace the `PreloadAllModules` strategy in the call to `forRoot` with this `SelectivePreloadingStrategy`.
25812581
1. Add the `SelectivePreloadingStrategy` strategy to the `AppRoutingModule` providers array so it can be injected
25822582
elsewhere in the app.

0 commit comments

Comments
 (0)