• Overview
@angular/router

NavigationError

Class

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

  
    class NavigationError extends RouterEvent {}
  
  

error

any

toString

string
@returnsstring

id

number

A unique ID that the router assigns to every router navigation.

url

string

The URL that is the destination for this navigation.

Jump to details