ActivationEnd
Class
stable
An event triggered at the end of the activation part of the Resolve phase of routing.
API
class ActivationEnd { constructor(snapshot: ActivatedRouteSnapshot): ActivationEnd; readonly type: EventType.ActivationEnd; override snapshot: ActivatedRouteSnapshot; toString(): string;}
constructor
ActivationEnd@returns
ActivationEndsnapshot
ActivatedRouteSnapshottoString
string@returns
stringJump to details