我需要在我的应用程序中使用'relativeTo'属性以及'routerLinkActive'指令。 具有使用
路由的单击侦听器函数router.navigate(this.router.navigate(['path']{relativeTo:this.route});
没关系。但在这种情况下,我无法使用routerLinkActive指令。
如何同时使用两者?
答案 0 :(得分:1)
RelativeTo默认设置为当前激活的路线。在模板中,您可以在路线名称中使用.
或^
。
有关相对导航的更多信息:
https://stackoverflow.com/a/38808116/1356669
https://angular.io/guide/router#relative-navigation