An event triggered at the end of the child-activation part of the Resolve phase of routing.
API
class ChildActivationEnd {
constructor(snapshot: ActivatedRouteSnapshot): ChildActivationEnd;
readonly type: EventType.ChildActivationEnd;
override snapshot: ActivatedRouteSnapshot;
}
constructor
ChildActivationEnd
@returns
ChildActivationEnd
snapshot
ActivatedRouteSnapshot