From c5c4ad0c4d97e4bbd66c614b0a7b1aee07e6b232 Mon Sep 17 00:00:00 2001 From: Deborah Kurata Date: Sun, 19 Feb 2017 23:00:26 -0800 Subject: [PATCH] Update router.jade (#3265) --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 2bbaf50301..d331af61f3 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -2576,7 +2576,7 @@ a#custom-preloading Shortly, you'll extend the `AdminDashboardComponent` to inject this service and display its `preloadedModules` array. But first, make a few changes to the `AppRoutingModule`. - 1. Import `SelectivePreloadingStrategy` into . + 1. Import `SelectivePreloadingStrategy` into `AppRoutingModule`. 1. Replace the `PreloadAllModules` strategy in the call to `forRoot` with this `SelectivePreloadingStrategy`. 1. Add the `SelectivePreloadingStrategy` strategy to the `AppRoutingModule` providers array so it can be injected elsewhere in the app.