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
.
Aborted
A navigation was aborted by the Navigation.abort
function.
Jump to details