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