Stable Class
What it does
Represents an event triggered when a navigation fails due to an unexpected error. 
Class Overview
class NavigationError {
  constructor(id: number, url: string, error: any)
  
  
  id : number
  url : string
  error : any
  toString() : string
}
Class Description
Constructor
constructor(id: number, url: string, error: any) 
Class Details
id : number
url : string
error : any
toString() : string 
exported from @angular/router/index, defined in @angular/router/s