Angular5-使用routerlinkactive指令

时间:2018-07-16 07:32:21

标签: angular2-routing angular2-directives

app.routing.ts

{path:'dashboard /:name',component:DashboardComponent}

<a [routerLinkActive]="['active']" routerLink="/dashboard/{{selectedPlatform}}"><i class="fa fa-tachometer" aria-hidden="true" ></i><span>Dashboard</span></a>

对于导航,为路由“ / dashboard / cps”正确添加了活动类,但是当我重新加载页面时,未添加活动类。此问题仅针对动态值出现。有人可以帮我解决这个问题吗?

预先感谢

0 个答案:

没有答案