feat(options-menu): add xPosition to mat-menu component
This commit is contained in:
parent
3ed4b158f3
commit
fdfe92a232
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
>
|
||||
<mat-icon>more_vert</mat-icon>
|
||||
</button>
|
||||
<mat-menu #menu="matMenu">
|
||||
<mat-menu #menu="matMenu" xPosition="before">
|
||||
<button (click)="logout()" mat-menu-item>
|
||||
<mat-icon>logout</mat-icon>
|
||||
<span>Logout</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue