• Overview
@angular/router

NavigationCancellationCode

enum

A code for the NavigationCancel event of the Router to indicate the reason a navigation failed.

  
    enum NavigationCancellationCode {}
  
  

Redirect

A navigation failed because a guard returned a UrlTree to redirect.

SupersededByNewNavigation

A navigation failed because a more recent navigation started.

NoDataFromResolver

A navigation failed because one of the resolvers completed without emitting a value.

GuardRejected

A navigation failed because a guard returned false.

Jump to details