RouteConfigLoadEnd

From Get docs
< @angular/routerAngular/docs/11/api/router/routeconfigloadend


RouteConfigLoadEnd

class

An event triggered when a route has been lazy loaded.

class RouteConfigLoadEnd {
  constructor(route: Route)
  route: Route
  toString(): string
}

See also

  • RouteConfigLoadStart

Constructor

constructor(route: Route)

Parameters
route Route


Properties

Property Description
route: Route Declared in Constructor

Methods

toString(): string

Parameters

There are no parameters.

Returns

string



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