angular5給懶加載模塊添加loading

在根組件的構造函數中直接執行:ide

this.router.events.subscribe(event=>{
      if(event instanceof RouteConfigLoadEnd) {
        this.toast.hide();
      }
      if(event instanceof RouteConfigLoadStart) {
        this.toast.loading();
      }
   });
相關文章
相關標籤/搜索