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