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

exported from router/index, defined in router/src/events.ts