Help Angular by taking a 1 minute survey!Go to surveyHome

NavigationError

Represents an event triggered when a navigation fails due to an unexpected error.

      
      class NavigationError extends RouterEvent {
  constructor(id: number, url: string, error: any)
  error: any
  toString(): string

  // inherited from router/RouterEvent
  constructor(id: number, url: string)
  id: number
  url: string
}
    

Constructor

constructor(id: number, url: string, error: any)
      
      constructor(id: number, url: string, error: any)
    
Parameters
id number
url string
error any

Properties

Property Description
error: any Declared in constructor.

Methods

toString(): string
      
      toString(): string
    
Parameters

There are no parameters.

Returns

string