NavigationEnd
An event triggered when a navigation ends successfully.
class NavigationEnd extends RouterEvent {
constructor(id: number, url: string, urlAfterRedirects: string)
type: EventType.NavigationEnd
urlAfterRedirects: string
toString(): string
// inherited from router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
See also
Constructor
Properties
Property | Description |
---|---|
type: EventType.NavigationEnd
|
Read-Only |
urlAfterRedirects: string
|
Declared in Constructor |
Methods
toString() |
---|
ParametersThere are no parameters. Returns
|