GuardsCheckStart
Represents the start of the Guard phase of routing.
class GuardsCheckStart extends RouterEvent {
constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot)
urlAfterRedirects: string
state: RouterStateSnapshot
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. |
Methods
ParametersThere are no parameters. Returns
|