This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1695,7 +1695,7 @@ figure.image-display
16951695
16961696 We'll add the `NavigationExtras` object to our `router.navigate` method that navigates us to our `/login` route.
16971697
1698- + makeExcerpt('router/ts/ app/auth-guard.service.ts (v3)' , '' )
1698+ + makeExcerpt('app/auth-guard.service.ts (v3)' , '' )
16991699
17001700:marked
17011701 We can also **preserve** query parameters and fragments across navigations without having to re-provide them
@@ -1794,7 +1794,7 @@ figure.image-display
17941794 to break our `CrisisCenterModule` into a completely separate module. In our `app.module.ts`, we'll remove our `CrisisCenterModule` from the
17951795 `imports` array since we'll be loading it on-demand an we'll remove the imported `CrisisCenterModule`.
17961796
1797- + makeExcerpt('router/ts/ app/app.module.ts (final)' , '' )
1797+ + makeExcerpt('app/app.module.ts (final)' , '' )
17981798
17991799:marked
18001800 If our initial redirect went to `/heroes` instead of going to `/crisis-center`, the `CrisisCenterModule` would not be loaded until the user
You can’t perform that action at this time.
0 commit comments