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;
}
constructor
ActivationEnd
@returns
ActivationEnd
snapshot
ActivatedRouteSnapshot