From 62a58e23b6c591f107c59d0bbbbdc4884250d0e8 Mon Sep 17 00:00:00 2001 From: Thibaut ACKERMANN Date: Wed, 28 Oct 2020 14:35:59 +0100 Subject: [PATCH] docs(router): Fix ActivationEnd link (#39469) ActivationEnd goes to ActivationEnd and not to ActivationStart section PR Close #39469 --- packages/router/src/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/events.ts b/packages/router/src/events.ts index af0442871e..81c4274df7 100644 --- a/packages/router/src/events.ts +++ b/packages/router/src/events.ts @@ -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