indicator of left side drawer is implemented
This commit is contained in:
parent
bc6177b477
commit
6b3e3bee3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user