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

Commit a6363f5

Browse files
changed md to mat for icon-button
1 parent 775ec23 commit a6363f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="app-fullpage">
22
<mat-toolbar color="accent" class="mat-elevation-z6">
3-
<button md-icon-button (click)="sidenav.toggle()">
3+
<button mat-icon-button (click)="sidenav.toggle()">
44
<mat-icon>
55
menu
66
</mat-icon>

0 commit comments

Comments
 (0)