NavigationError

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/src/router.ts

doc_Angular
2016-10-06 09:46:43
Comments
Leave a Comment

Please login to continue.