• Overview
@angular/router

ActivationEnd

Class
stable

An event triggered at the end of the activation part of the Resolve phase of routing.

API

  class ActivationEnd { constructor(snapshot: ActivatedRouteSnapshot): ActivationEnd; readonly type: EventType.ActivationEnd; override snapshot: ActivatedRouteSnapshot; toString(): string;}  

constructor

ActivationEnd

toString

string
@returnsstring
Jump to details