On this page
NavigationEnd
class  final 
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
        
          | 
      
id | 
            number | 
            |
url | 
            string | 
            |
urlAfterRedirects | 
            string | 
            
Properties
| Property | Description | 
|---|---|
type: EventType.NavigationEnd | 
       Read-Only | 
urlAfterRedirects: string | 
       Declared in Constructor | 
Methods
| 
         
         toString()
          | 
      
|---|
        
          | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://angular.io/api/router/NavigationEnd