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

ActivationStart

npm Package @angular/router
Module import { ActivationStart } from '@angular/router';
Source router/src/events.ts

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

Overview

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

Constructor

      
      constructor(snapshot: ActivatedRouteSnapshot)
    

Members


      
      toString(): string