docs(routing-nav): copy edits (#3336)

This commit is contained in:
Kapunahele Wong
2017-03-09 15:54:42 -05:00
committed by Jules Kremer
parent 4dbd920d46
commit dfd360dc12
2 changed files with 424 additions and 302 deletions
@@ -10,7 +10,7 @@ export class SelectivePreloadingStrategy implements PreloadingStrategy {
preload(route: Route, load: () => Observable<any>): Observable<any> {
if (route.data && route.data['preload']) {
// add the route path to our preloaded module array
// add the route path to the preloaded module array
this.preloadedModules.push(route.path);
// log the route path to the console
File diff suppressed because it is too large Load Diff