|
|
|
@ -9,6 +9,7 @@ |
|
|
|
|
<app-nav-menu-collaborateur *ngIf="this.userRole == role.collaborateur"></app-nav-menu-collaborateur> |
|
|
|
|
<app-nav-menu-commercial *ngIf="this.userRole == role.commercial"></app-nav-menu-commercial> |
|
|
|
|
<app-nav-menu-rh *ngIf="this.userRole == role.rh"></app-nav-menu-rh> |
|
|
|
|
<button mat-button *ngIf="this.userRole == role.commercial || this.userRole == role.collaborateur" routerLink="/demandesdelegation">Demandes de délégation</button> |
|
|
|
|
<!--METTRE QUELQUE CHOSE DE SIMILAIRE A SYGES--> |
|
|
|
|
<!--<button mat-button on-click="logout()"> logout </button>--> |
|
|
|
|
<button mat-button [matMenuTriggerFor]="menuMore"> |
|
|
|
|