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

RouteConfigLoadEnd

Represents an event triggered when a route has been lazy loaded.

      
      class RouteConfigLoadEnd {
  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