chore(links): actually fix that router link for reals

This commit is contained in:
Naomi Black 2016-03-18 19:16:46 -07:00
parent 2d550a81da
commit c325b2b78b
1 changed files with 1 additions and 2 deletions

View File

@ -887,8 +887,7 @@ code-example(format="").
interfaces when it creates and destroys components.
The router also has hooks for *its* lifecycle such as
[CanActivate](../api/router/CanActivate-decorator.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.