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