• 概要
@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;}
    
    
Jump to details