chore(links): fix broken links in the router doc

This commit is contained in:
Naomi Black 2016-03-18 18:32:35 -07:00
parent b2ae14b2e9
commit 2d550a81da
1 changed files with 2 additions and 1 deletions

View File

@ -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.