W3cubDocs

/Angular

ActivationStart

class final

An event triggered at the start of the activation part of the Resolve phase of routing.

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

See also

Constructor

constructor(snapshot: ActivatedRouteSnapshot)

Parameters
snapshot ActivatedRouteSnapshot

Properties

Property Description
type: EventType.ActivationStart Read-Only
snapshot: ActivatedRouteSnapshot Declared in Constructor

Methods

toString(): string

Parameters

There are no parameters.

Returns

string

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