RouteConfigLoadStart

Represents an event triggered before lazy loading a route config.

表示在惰性加载某个路由配置前触发的事件。

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

构造函数

constructor(route: Route)

参数

route

Type: Route.

属性

属性名类型说明
route声明于构造函数中

方法

toString(): string

参数

没有参数。

返回值

string