RouteConfigLoadStart

class

Represents an event triggered before lazy loading a route config.

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

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–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/router/RouteConfigLoadStart