This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

ActivationEnd

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

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

Constructor

constructor(snapshot: ActivatedRouteSnapshot)
      
      constructor(snapshot: ActivatedRouteSnapshot)
    

Parameters

snapshot

Type: ActivatedRouteSnapshot.

Properties

Property Description
snapshot: ActivatedRouteSnapshot Declared in constructor.

Methods

toString(): string
      
      toString(): string
    

Parameters

There are no parameters.

Returns

string