Angular的RouteReuseStrategy与LazyLoadedModule搭配使用时,在路由到另一个模块后,MainLayout没有消失且[routerLinks]不起作用
创始人
2024-10-24 09:31:04
0

要解决这个问题,需要在应用程序中实现自定义的RouteReuseStrategy。使用自定义的RouteReuseStrategy可让我们决定在路由时是否应重复使用组件实例。我们可以使用RouteReuseStrategy接口中的shouldDetach,store,shouldAttach和retrieve方法将路由元数据存储在内存中,并在下次访问该路由时重新使用它们。

以下是解决此问题的代码示例:

import {RouteReuseStrategy, DetachedRouteHandle} from '@angular/router';

export class CustomRouteReuseStrategy extends RouteReuseStrategy {

  private handlers: {[key: string]: DetachedRouteHandle} = {};

  shouldDetach(route: import("@angular/router").ActivatedRouteSnapshot): boolean {
    return !!route.data.reuse;
  }

  store(route: import("@angular/router").ActivatedRouteSnapshot, handle: DetachedRouteHandle): void {
    this.handlers[route.url.join('/')] = handle;
  }

  shouldAttach(route: import("@angular/router").ActivatedRouteSnapshot): boolean {
    return !!this.handlers[route.url.join('/')];
  }

  retrieve(route: import("@angular/router").ActivatedRouteSnapshot): DetachedRouteHandle {
    if (!route.routeConfig || route.routeConfig.loadChildren || !this.handlers[route.url.join('/')]) {
      return null;
    }
    return this.handlers[route.url.join('/')];
  }

  shouldReuseRoute(future: import("@angular/router").ActivatedRouteSnapshot, curr: import("@angular/router").ActivatedRouteSnapshot): boolean {
    return future.routeConfig === curr.routeConfig;
  }
}

在应用程序的模块中,只需将CustomRouteReuseStrategy添加到providers数组中即可:

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { RouterModule, RouteReuseStrategy } from '@angular/router';
import { CustomRouteReuseStrategy } from './custom-route-reuse-strategy';

@NgModule({
  imports: [
    CommonModule,
    RouterModule.forRoot(routes)
  ],
  providers: [
    {

相关内容

热门资讯

详细透视!wepoker-h5... 详细透视!wepoker-h5下载,微乐挖坑内购破解,窍要教程(有挂技巧)-哔哩哔哩1、起透看视 w...
揭幕透视!wepoker软件安... 揭幕透视!wepoker软件安装包,微乐小程序外辅助工具,步骤教程(有挂教学)-哔哩哔哩1、全新机制...
揭露透视!wejoker免费脚... 揭露透视!wejoker免费脚本,微乐家乡app辅助器,绝活教程(有挂神器)-哔哩哔哩暗藏猫腻,小编...
有挂透视!wepoker看底牌... 有挂透视!wepoker看底牌,微乐家乡小程序脚本,方式教程(有挂分析)-哔哩哔哩1、wepoker...
教你透视!德州局透视,微乐自建... 教你透视!德州局透视,微乐自建房免费黑科技推荐,机巧教程(有挂存在)-哔哩哔哩1、每一步都需要思考,...
曝光透视!德普之星辅助器,微乐... 曝光透视!德普之星辅助器,微乐自建房怎么挂脚本,演示教程(有挂秘笈)-哔哩哔哩进入游戏-大厅左侧-新...
科普透视!佛手在线大菠萝智能辅... 科普透视!佛手在线大菠萝智能辅助器,微信小程序游戏破解微乐游戏,教程书教程(有挂辅助)-哔哩哔哩1、...
总结透视!werplan透视挂... 总结透视!werplan透视挂,微乐小程序辅助器免费安卓,方案教程(有挂头条)-哔哩哔哩1、上手简单...
详情透视!wepoker怎么获... 详情透视!wepoker怎么获得好牌,陕西微乐挖坑小程序脚本,练习教程(有挂方法)-哔哩哔哩1、详情...
教你透视!epoker有透视吗... 教你透视!epoker有透视吗,微信微乐辅助透视,手段教程(果真有挂)-哔哩哔哩1、每一步都需要思考...