fixed a formatting typo on line 1015
This commit is contained in:
parent
28b5316727
commit
8d7e7a0187
|
@ -1024,7 +1024,7 @@ h2#guards Route Guards
|
||||||
These are all asynchronous operations.
|
These are all asynchronous operations.
|
||||||
|
|
||||||
Accordingly, a routing guard can return an `Observable<boolean>` and the
|
Accordingly, a routing guard can return an `Observable<boolean>` and the
|
||||||
router will wait for the observable to resolve to `true` or `false.
|
router will wait for the observable to resolve to `true` or `false`.
|
||||||
|
|
||||||
The router supports two kinds of guards:
|
The router supports two kinds of guards:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue