NavigationCancellationCode
enum
A code for the NavigationCancel event of the Router to indicate the
reason a navigation failed.
Redirect
A navigation failed because a guard returned a UrlTree to redirect.
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