This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

RouteConfigLoadStart

Represents an event triggered before lazy loading a route config.

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

Constructor

constructor(route: Route)
      
      constructor(route: Route)
    

Parameters

route

Type: Route.

Properties

Property Description
route: Route Declared in constructor.

Methods

toString(): string
      
      toString(): string
    

Parameters

There are no parameters.

Returns

string