class
final
An event triggered at the end of the activation part of the Resolve phase of routing.
class ActivationEnd { constructor(snapshot: ActivatedRouteSnapshot) type: EventType.ActivationEnd snapshot: ActivatedRouteSnapshot toString(): string }
Property | Description |
---|---|
type: EventType.ActivationEnd | 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/ActivationEnd