Add permission management

This commit is contained in:
Lebeau Elise
2022-01-07 09:43:10 +00:00
committed by Sylvain MATHIEU
parent 65172c18b5
commit 2664911455
44 changed files with 1044 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<button [ngClass]="{allow: action === 'ALLOW', deny: action === 'DENY'}"
mat-button
[disabled]="disabled"
(click)="change()">
{{action}}
</button>