This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

NavigationEnd

Represents 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
}
    

Constructor

constructor(id: number, url: string, urlAfterRedirects: string)
      
      constructor(id: number, url: string, urlAfterRedirects: string)
    

Parameters

id

Type: number.

url

Type: string.

urlAfterRedirects

Type: string.

Properties

Property Description
urlAfterRedirects: string Declared in constructor.

Methods

toString(): string
      
      toString(): string
    

Parameters

There are no parameters.

Returns

string