indicator of left side drawer is implemented

This commit is contained in:
Richard Park 2020-01-22 11:17:02 +09:00
parent bc6177b477
commit 6b3e3bee3a

View File

@ -36,7 +36,11 @@
(mouseover)="onMouseOverLeftDrawerIndicator($event)"
(mouseleave)="onMouseLeaveLeftDrawerIndicator($event)"
>
<mat-icon>settings</mat-icon>
<span
class="mdi"
[class.mdi-greater-than]="!showLeftDrawer"
[class.mdi-less-than]="showLeftDrawer"
></span>
</button>
</div>
<mat-drawer