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