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