An event triggered at the end of the activation part of the Resolve phase of routing.
class ActivationEnd { readonly type: EventType.ActivationEnd; override snapshot: ActivatedRouteSnapshot; toString(): string;}
EventType.ActivationEnd
ActivatedRouteSnapshot
string