在我的Angular 5个项目中,I ve got a postsgil nav-bar menu. routerLinkActive
这条道路的开端正好像:
<li [routerLinkActive]="[ active ]">
<a [routerLink]="[ /entity/teacher ]">Teacher</a>
</li>
the Code above activates the menu item nicely for `/entity/teacher/add and more
问题在于,我ve着一个包罗万象的导航项目,其中含有一些不划线的东西:
<li [routerLinkActive]="[ active ]">
<a [routerLink]="[ /config ]">Configuration</a>
</li>
我愿在此强调,不仅在<代码>/config上,而且在<代码>/entity/dings上,也强调此项目。
问题在于,我可以改变手脚。 我怎么能把菜单项目与路道连接起来?