RoutesRecognized
class
An event triggered when routes are recognized.
class RoutesRecognized extends RouterEvent { constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot) urlAfterRedirects: string state: RouterStateSnapshot toString(): string // inherited from router/RouterEvent constructor(id: number, url: string) id: number url: string }
Constructor
|
id | number | |
url | string | |
urlAfterRedirects | string | |
state | RouterStateSnapshot |
Properties
Property | Description |
---|---|
urlAfterRedirects: string | Declared in Constructor |
state: RouterStateSnapshot | Declared in Constructor |
Methods
toString() |
---|
|
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/router/RoutesRecognized