class
final
An event triggered at the start of the child-activation part of the Resolve phase of routing.
class ChildActivationStart { constructor(snapshot: ActivatedRouteSnapshot) type: EventType.ChildActivationStart snapshot: ActivatedRouteSnapshot toString(): string }
Property | Description |
---|---|
type: EventType.ChildActivationStart | Read-Only |
snapshot: ActivatedRouteSnapshot | Declared in Constructor |
toString() |
---|
|
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/router/ChildActivationStart