ChildActivationEnd
Class
stable
An event triggered at the end of the child-activation part of the Resolve phase of routing.
API
class ChildActivationEnd { constructor(snapshot: ActivatedRouteSnapshot): ChildActivationEnd; readonly type: EventType.ChildActivationEnd; override snapshot: ActivatedRouteSnapshot; toString(): string;}
constructor
ChildActivationEnd@returns
ChildActivationEndsnapshot
ActivatedRouteSnapshottoString
string@returns
stringJump to details