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

Commit 7a2c708

Browse files
re ran all tests and passed locally
1 parent a6363f5 commit 7a2c708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<mat-sidenav #sidenav>
1212
<mat-nav-list (click)="sidenav.toggle()">
1313
<a *ngFor="let menu of menus" mat-list-item routerLinkActive="active" [routerLinkActiveOptions]="menu.options" [routerLink]="menu.link">
14-
{{menu.title}}
14+
{{menu.title}}
1515
</a>
1616
</mat-nav-list>
1717
</mat-sidenav>

src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ describe('AppComponent', () => {
3333
it('should create', () => {
3434
expect(component).toBeTruthy();
3535
});
36-
});
36+
});

0 commit comments

Comments
 (0)