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

Commit 6402c1e

Browse files
Merge branch 'master' into master
2 parents 6f615df + 68fe3f5 commit 6402c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/app.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<mat-sidenav-container>
1111
<mat-sidenav #sidenav>
1212
<mat-nav-list (click)="sidenav.toggle()">
13-
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active" [routerLinkActiveOptions]="menu.options" [routerLink]="menu.link">
13+
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active"
14+
[routerLinkActiveOptions]="menu.options"
15+
[routerLink]="menu.link">
1416
{{menu.title}}
1517
</a>
1618
</mat-nav-list>

0 commit comments

Comments
 (0)