• 概要
@angular/router

ChildActivationEnd

Class
stable

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

API

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

toString

string
@returnsstring
Jump to details