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