ChildActivationEnd

From Get docs
< @angular/routerAngular/docs/11/api/router/childactivationend


ChildActivationEnd

class

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

class ChildActivationEnd {
  constructor(snapshot: ActivatedRouteSnapshot)
  snapshot: ActivatedRouteSnapshot
  toString(): string
}

See also

  • ChildActivationStart
  • ResolveStart

Constructor

constructor(snapshot: ActivatedRouteSnapshot)

Parameters
snapshot ActivatedRouteSnapshot


Properties

Property Description
snapshot: ActivatedRouteSnapshot Declared in Constructor

Methods

toString(): string

Parameters

There are no parameters.

Returns

string



© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/ChildActivationEnd