RouteConfigLoadStart

class

npm Package @angular/router
Module import { RouteConfigLoadStart } from '@angular/router';
Source router/src/events.ts

Represents an event triggered before lazy loading a route config.

Overview

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

Constructor

constructor(route: Route)

Members

route: Route

toString(): string

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