GuardsCheckEnd
Represents the end of the Guard phase of routing.
class GuardsCheckEnd extends RouterEvent {
constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot, shouldActivate: boolean)
urlAfterRedirects: string
state: RouterStateSnapshot
shouldActivate: boolean
toString(): string
// inherited from router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
Constructor
Parameters
|
Properties
Property | Description |
---|---|
urlAfterRedirects: string
|
Declared in constructor. |
state: RouterStateSnapshot
|
Declared in constructor. |
shouldActivate: boolean
|
Declared in constructor. |
Methods
ParametersThere are no parameters. Returns
|