在根組件的構造函數中直接執行:ide
this.router.events.subscribe(event=>{ if(event instanceof RouteConfigLoadEnd) { this.toast.hide(); } if(event instanceof RouteConfigLoadStart) { this.toast.loading(); } });