W3cubDocs

/Angular

ChildActivationEnd

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;
}

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/router/ChildActivationEnd