ResolveStart
Class
An event triggered at the start of the Resolve phase of routing.
urlAfterRedirects
string
state
RouterStateSnapshot
toString
string
@returns
string
id
number
A unique ID that the router assigns to every router navigation.
url
string
The URL that is the destination for this navigation.
Description
An event triggered at the start of the Resolve phase of routing.
Runs in the "resolve" phase whether or not there is anything to resolve. In future, may change to only run when there are things to be resolved.
Jump to details