ChildActivationEnd

From Get docs
< @angular/routerAngular/docs/7/api/router/childactivationend /
Revision as of 02:22, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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