piotrpekala7
2021-05-17 15:12:57 +02:00
parent eb7da2f565
commit 823e9a4b59
10 changed files with 120 additions and 2 deletions

View File

@ -31,6 +31,10 @@
<mat-icon>help</mat-icon>
<span>Help</span>
</button>
<button mat-menu-item (click)="goToUserInfo()">
<mat-icon>person</mat-icon>
<span>User info</span>
</button>
<button mat-menu-item (click)="logout()">
<mat-icon>highlight_off</mat-icon>
<span>Logout</span>