chore(links): fix broken links in the router doc
This commit is contained in:
parent
b2ae14b2e9
commit
2d550a81da
|
@ -887,7 +887,8 @@ code-example(format="").
|
|||
interfaces when it creates and destroys components.
|
||||
|
||||
The router also has hooks for *its* lifecycle such as
|
||||
[CanActivate](../api/router/CanActivate-var.html), [OnActivate](../api/router/OnActivate-interface.html), and
|
||||
[CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](.
|
||||
./api/router/OnActivate-interface.html), and
|
||||
[CanDeactivate](../api/router/CanDeactivate-interface.html).
|
||||
These three hooks can change the way the router navigates *to* a component or *away* from a component.
|
||||
|
||||
|
|
Loading…
Reference in New Issue