• 概要
@angular/router

ChildActivationStart

Class
stable

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

API

    
      class ChildActivationStart {  constructor(snapshot: ActivatedRouteSnapshot): ChildActivationStart;  readonly type: EventType.ChildActivationStart;  override snapshot: ActivatedRouteSnapshot;  toString(): string;}
    
    
Jump to details