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

Commit 6f615df

Browse files
rebased?
2 parents aa59604 + 5a1d788 commit 6f615df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/app/app.component.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
<mat-sidenav-container>
1111
<mat-sidenav #sidenav>
1212
<mat-nav-list (click)="sidenav.toggle()">
13-
<<<<<<< HEAD
1413
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active" [routerLinkActiveOptions]="menu.options" [routerLink]="menu.link">
15-
=======
16-
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active"
17-
[routerLinkActiveOptions]="menu.options"
18-
[routerLink]="menu.link">
19-
>>>>>>> dc33074... Update angular material prefix to mat and lock down package versions
2014
{{menu.title}}
2115
</a>
2216
</mat-nav-list>

0 commit comments

Comments
 (0)