在根组件的构造函数中直接执行:
this.router.events.subscribe(event=>{ if(event instanceof RouteConfigLoadEnd) { this.toast.hide(); } if(event instanceof RouteConfigLoadStart) { this.toast.loading(); } });