Event
路由器事件能让你跟踪路由器的生命周期。
Router events that allow you to track the lifecycle of the router.
type Event = RouterEvent | RouteConfigLoadStart | RouteConfigLoadEnd | ChildActivationStart | ChildActivationEnd | ActivationStart | ActivationEnd | Scroll;
说明
路由器事件的顺序如下:
The sequence of router events is as follows: