On this page
ChildActivationStart
class  final 
An event triggered at the start of the child-activation part of the Resolve phase of routing.
class ChildActivationStart {
  constructor(snapshot: ActivatedRouteSnapshot)
  type: EventType.ChildActivationStart
  snapshot: ActivatedRouteSnapshot
  toString(): string
}
   See also
Constructor
Properties
| Property | Description | 
|---|---|
type: EventType.ChildActivationStart | 
       Read-Only | 
snapshot: ActivatedRouteSnapshot | 
       Declared in Constructor | 
Methods
| 
         
         toString()
          | 
      
|---|
        
          | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://angular.io/api/router/ChildActivationStart