RouteConfigLoadEnd

class

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

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

Overview

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