{ "id": "api/router/ActivationEnd", "title": "ActivationEnd", "contents": "\n\n
\n
\n
\n \n API > @angular/router\n
\n \n
\n \n
\n

ActivationEndlink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

An event triggered at the end of the activation part\nof the Resolve phase of routing.

\n\n \n
\n \n \n \n
\n\nclass ActivationEnd {\n constructor(snapshot: ActivatedRouteSnapshot)\n snapshot: ActivatedRouteSnapshot\n toString(): string\n}\n\n\n \n \n\n
\n\n\n \n
\n

See alsolink

\n \n
\n\n\n \n \n \n\n\n\n\n\n\n

Constructorlink

\n\n\n \n \n \n \n \n \n \n \n\n \n\n \n \n
\n
\n \n\n constructor(snapshot: ActivatedRouteSnapshot)\n\n \n\n
Parameters
\n \n \n \n \n \n \n \n \n \n
\n \n snapshot\n ActivatedRouteSnapshot\n \n \n
\n\n \n\n\n \n\n \n
\n
\n\n\n\n\n
\n

Propertieslink

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PropertyDescription
\n \n snapshot: ActivatedRouteSnapshot\n \n Declared in Constructor\n \n \n
\n
\n\n\n\n
\n

Methodslink

\n \n \n\n \n \n \n \n \n \n \n \n\n \n\n \n \n
\n
\n

\n toString()\n \n link

\n \n
\n
\n
\n \n\n toString(): string\n\n \n\n
Parameters
\n

There are no parameters.

\n\n \n
Returns
\n

string

\n\n \n\n\n \n\n \n
\n
\n\n \n
\n\n\n\n \n\n\n
\n
\n\n\n" }