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