docs(router): Fix ActivationEnd link (#39469)

ActivationEnd goes to ActivationEnd and not to ActivationStart section

PR Close #39469
This commit is contained in:
Thibaut ACKERMANN 2020-10-28 14:35:59 +01:00 committed by Alex Rickabaugh
parent 246d50e934
commit 62a58e23b6
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ export class Scroll {
* phase of routing successfuly.
* * [ChildActivationEnd](api/router/ChildActivationEnd): When the router finishes
* activating a route's children.
* * [ActivationEnd](api/router/ActivationStart): When the router finishes activating a route.
* * [ActivationEnd](api/router/ActivationEnd): When the router finishes activating a route.
* * [NavigationEnd](api/router/NavigationEnd): When navigation ends successfully.
* * [NavigationCancel](api/router/NavigationCancel): When navigation is canceled.
* * [NavigationError](api/router/NavigationError): When navigation fails