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
1695
1695
1696
1696
We'll add the `NavigationExtras` object to our `router.navigate` method that navigates us to our `/login` route.
1697
1697
1698
- + makeExcerpt('router/ts/ app/auth-guard.service.ts (v3)' , '' )
1698
+ + makeExcerpt('app/auth-guard.service.ts (v3)' , '' )
1699
1699
1700
1700
:marked
1701
1701
We can also **preserve** query parameters and fragments across navigations without having to re-provide them
@@ -1794,7 +1794,7 @@ figure.image-display
1794
1794
to break our `CrisisCenterModule` into a completely separate module. In our `app.module.ts`, we'll remove our `CrisisCenterModule` from the
1795
1795
`imports` array since we'll be loading it on-demand an we'll remove the imported `CrisisCenterModule`.
1796
1796
1797
- + makeExcerpt('router/ts/ app/app.module.ts (final)' , '' )
1797
+ + makeExcerpt('app/app.module.ts (final)' , '' )
1798
1798
1799
1799
:marked
1800
1800
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