GuardsCheckEnd

class

npm Package @angular/router
Module import { GuardsCheckEnd } from '@angular/router';
Source router/src/events.ts

Represents the end of the Guard phase of routing.

Overview

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
  id: number
  url: string
}

Constructor

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

Members

urlAfterRedirects: string

state: RouterStateSnapshot

shouldActivate: boolean

toString(): string

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