Help Angular by taking a 1 minute survey!Go to surveyHome

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 Route

Properties

Property Description
route: Route Declared in constructor.

Methods

toString(): string
      
      toString(): string
    
Parameters

There are no parameters.

Returns

string