8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae14b commit 2d550a8Copy full SHA for 2d550a8
public/docs/ts/latest/guide/router.jade
@@ -887,7 +887,8 @@ code-example(format="").
887
interfaces when it creates and destroys components.
888
889
The router also has hooks for *its* lifecycle such as
890
- [CanActivate](../api/router/CanActivate-var.html), [OnActivate](../api/router/OnActivate-interface.html), and
+ [CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](.
891
+ ./api/router/OnActivate-interface.html), and
892
[CanDeactivate](../api/router/CanDeactivate-interface.html).
893
These three hooks can change the way the router navigates *to* a component or *away* from a component.
894
0 commit comments