GuardsCheckEnd

From Get docs
< @angular/routerAngular/docs/8/api/router/guardscheckend


GuardsCheckEnd

class

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)
  urlAfterRedirects: string
  state: RouterStateSnapshot
  shouldActivate: boolean
  toString(): string

  // inherited from router/RouterEvent
  constructor(id: number, url: string)
  id: number
  url: string
}

Constructor

constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot, shouldActivate: boolean)

Parameters
id number
url string
urlAfterRedirects string
state RouterStateSnapshot
shouldActivate boolean


Properties

Property Description
urlAfterRedirects: string Declared in Constructor
state: RouterStateSnapshot Declared in Constructor
shouldActivate: boolean Declared in Constructor

Methods

toString(): string

Parameters

There are no parameters.

Returns

string



© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/router/GuardsCheckEnd