Thanks to visit codestin.com Credit goes to angular-docs.tr
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