Angular对某些路由移除了base-href。
创始人
2024-10-24 15:31:41
0

在使用 Angular 路由时需要注意,如果在根模块中设置了 base-href,在使用 loadChildren 懒加载模块时会移除这个 base-href,导致路由无法正确匹配。因此需要在懒加载模块中重新设置 base-href。

示例代码:

// app.module.ts @NgModule({ imports: [ CommonModule, RouterModule.forRoot(routes, { initialNavigation: 'enabled', relativeLinkResolution: 'legacy', }), ], }) export class AppModule {}

// lazy.module.ts @NgModule({ imports: [ CommonModule, RouterModule.forChild([ { path: '', component: LazyComponent, children: [ { path: 'child', component: LazyChildComponent, data: { baseHref: '/lazy', }, }, ], }, ]), ], }) export class LazyModule { constructor( private router: Router, private activatedRoute: ActivatedRoute ) { this.router.events .pipe(filter((e) => e instanceof NavigationEnd)) .subscribe(() => { const { root } = this.activatedRoute; const { baseHref } = root.firstChild.snapshot.data; if (baseHref) { const base = document.createElement('base'); base.href = baseHref; const head = document.getElementsByTagName('head')[0]; head.insertBefore(base, head.firstChild); } }); } }

上述代码中,我们在路由配置中加入了一个 data 属性,用来存储每个子路由需要设置的 base-href。在 LazyModule 的 constructor 中通过订阅路由事件,在路由变化时手动插入新增的 base 标签来设置 base-href。这个方法可以避免 Angular 移除 base-href 导致的路由匹配问题。

相关内容

热门资讯

教程攻略!wpk辅助器(辅助挂... 教程攻略!wpk辅助器(辅助挂)其实存在有挂(有挂详情)1、这是跨平台的wpk辅助器轻量版有透视,在...
大家学习交流!hhpoker是... 大家学习交流!hhpoker是真的还是假的(辅助挂)一直是有挂(有挂讲解)1、点击下载安装,hhpo...
安装程序教程!wepoker辅... 安装程序教程!wepoker辅助透视(辅助挂)竟然真的有挂(有挂方式)1、全新机制【wepoker辅...
玩家必备教程!wepoker模... 玩家必备教程!wepoker模拟器哪个好用(辅助挂)一贯是有挂(有挂教学)1、下载好wepoker模...
玩家攻略!hhpoker辅助软... 玩家攻略!hhpoker辅助软件是真的么(辅助挂)真是有挂(新版有挂)1、hhpoker辅助软件是真...
玩家攻略!we-poker辅助... 玩家攻略!we-poker辅助(辅助挂)本来有挂(有挂秘笈)1)we-poker辅助辅助插件:进一步...
玩家必备科技!wpk辅助是什么... 您好,wpk辅助是什么这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩...
大神推荐!哈糖大菠萝辅助器(辅... 大神推荐!哈糖大菠萝辅助器(辅助挂)确实是真的有挂(有人有挂)1、玩家可以在哈糖大菠萝辅助器线上大神...
传递经验!hhpoker是正规... 传递经验!hhpoker是正规的吗(辅助挂)都是存在有挂(确实有挂)亲,关键说明,hhpoker是正...
科普!xpoker怎么作弊(辅... 科普!xpoker怎么作弊(辅助挂)都是是真的有挂(有挂详情)xpoker怎么作弊脚本下载中分为三种...