Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 6e41260

Browse files
committed
fix(operators): Show active menu entry
1 parent 5b3ad9b commit 6e41260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/operators/operators.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<h3 mat-subheader class="category-subheader">{{ category }}</h3>
1212
<a mat-list-item
1313
*ngFor="let operator of groupedOperators[category]"
14-
[routerLink]="['/operators', operator.name]">
14+
[routerLink]="['/operators', operator.name]"
15+
routerLinkActive="active">
1516
{{ operator.name }}
1617
</a>
1718
</mat-nav-list>

0 commit comments

Comments
 (0)