RouteConfigLoadStart
Class
stable
An event triggered before lazy loading a route configuration.
API
class RouteConfigLoadStart { constructor(route: Route): RouteConfigLoadStart; readonly type: EventType.RouteConfigLoadStart; override route: Route; toString(): string;}
Jump to details