On this page
GuardsCheckEnd
class  final 
An event triggered at the end of the Guard phase of routing.
class GuardsCheckEnd extends RouterEvent {
  constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot, shouldActivate: boolean)
  type: EventType.GuardsCheckEnd
  urlAfterRedirects: string
  state: RouterStateSnapshot
  shouldActivate: boolean
  toString(): string
  // inherited from router/RouterEvent
  constructor(id: number, url: string)
  id: number
  url: string
}
   See also
Constructor
        
          | 
      
id | 
            number | 
            |
url | 
            string | 
            |
urlAfterRedirects | 
            string | 
            |
state | 
            RouterStateSnapshot | 
            |
shouldActivate | 
            boolean | 
            
Properties
| Property | Description | 
|---|---|
type: EventType.GuardsCheckEnd | 
       Read-Only | 
urlAfterRedirects: string | 
       Declared in Constructor | 
state: RouterStateSnapshot | 
       Declared in Constructor | 
shouldActivate: boolean | 
       Declared in Constructor | 
Methods
| 
         
         toString()
          | 
      
|---|
        
          | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v14.angular.io/api/router/GuardsCheckEnd