ChildActivationStart

class

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

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

Overview

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

Constructor

constructor(snapshot: ActivatedRouteSnapshot)

Members

snapshot: ActivatedRouteSnapshot

toString(): string

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/router/ChildActivationStart