Help Angular by taking a 1 minute survey!Go to surveyHome

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 ActivatedRouteSnapshot

Properties

Property Description
snapshot: ActivatedRouteSnapshot Declared in constructor.

Methods

toString(): string
      
      toString(): string
    
Parameters

There are no parameters.

Returns

string