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

Commit 060bab8

Browse files
committed
post-review updates
1 parent 62112c7 commit 060bab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)