Event

Represents a router event, allowing you to track the lifecycle of the router.

表示一个路由器事件,允许你跟踪路由器本身的生命周期。

type Event = RouterEvent | RouteConfigLoadStart | RouteConfigLoadEnd | ChildActivationStart | ChildActivationEnd | ActivationStart | ActivationEnd | Scroll;

说明

The sequence of router events is:

路由器事件的顺序是: