ChildActivationEnd

class

Represents the start of end of the Resolve phase of routing. See note on ChildActivationStart for use of this experimental API.

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

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–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/router/ChildActivationEnd