angular / 14.0.0 / api / router / routeconfigloadstart.html /

RouteConfigLoadStart

class final

An event triggered before lazy loading a route configuration.

class RouteConfigLoadStart {
  constructor(route: Route)
  type: EventType.RouteConfigLoadStart
  route: Route
  toString(): string
}

See also

Constructor

constructor(route: Route)

Parameters
route Route

Properties

Property Description
type: EventType.RouteConfigLoadStart Read-Only
route: Route Declared in Constructor

Methods

toString(): string

Parameters

There are no parameters.

Returns

string

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