• Overview
@angular/router

GuardsCheckStart

Class
stable

An event triggered at the start of the Guard phase of routing.

API

    
      class GuardsCheckStart extends RouterEvent {  constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot): GuardsCheckStart;  readonly type: EventType.GuardsCheckStart;  override urlAfterRedirects: string;  override state: RouterStateSnapshot;  toString(): string;  override id: number;  override url: string;}
    
    

constructor

GuardsCheckStart
@paramidnumber
@paramurlstring
@paramurlAfterRedirectsstring

urlAfterRedirects

string

toString

string
@returnsstring

id

number

A unique ID that the router assigns to every router navigation.

url

string

The URL that is the destination for this navigation.

Jump to details