class
An event triggered when a navigation ends successfully.
class NavigationEnd extends RouterEvent { constructor(id: number, url: string, urlAfterRedirects: string) urlAfterRedirects: string toString(): string // inherited from router/RouterEvent constructor(id: number, url: string) id: number url: string }
|
id | number | |
url | string | |
urlAfterRedirects | string |
Property | Description |
---|---|
urlAfterRedirects: string | Declared in Constructor |
toString() |
---|
|
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/NavigationEnd