GuardsCheckEnd
Class
stable
An event triggered at the end of the Guard phase of routing.
API
class GuardsCheckEnd extends RouterEvent { constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot, shouldActivate: boolean): GuardsCheckEnd; readonly type: EventType.GuardsCheckEnd; override urlAfterRedirects: string; override state: RouterStateSnapshot; override shouldActivate: boolean; toString(): string; override id: number; override url: string;}
constructor
GuardsCheckEnd@paramid
number@paramurl
string@paramurlAfterRedirects
string@paramshouldActivate
boolean@returns
GuardsCheckEndurlAfterRedirects
stringstate
RouterStateSnapshotshouldActivate
booleantoString
string@returns
stringid
numberA unique ID that the router assigns to every router navigation.
url
stringThe URL that is the destination for this navigation.
Jump to details