created user form for create all user

This commit is contained in:
2025-11-21 09:28:48 +01:00
parent cdb32b8e76
commit 7d923fd439
6 changed files with 79 additions and 38 deletions

View File

@@ -9,7 +9,7 @@
<th>Email</th>
<th>Anniversaire</th>
<th>Emprunt</th>
<th>Action</th>
<th style="display: flex; align-items: center;">Action</th>
</tr>
</thead>
<tbody style="text-align: center">
@@ -43,20 +43,15 @@
</app-modal>
</td>
<td>
<div style="justify-content: center; display: flex">
<td>
<app-modal-icon nameIcon="edit" [name]="'Modifier'">
<app-update-user></app-update-user>
</app-modal-icon>
<div style="display: flex; align-items: center;">
<app-modal-icon nameIcon="edit" [name]="'Modifier'">
<app-update-user></app-update-user>
</app-modal-icon>
<nz-divider nzType="vertical"></nz-divider>
<nz-divider nzType="vertical"></nz-divider>
<div>
<div>
<nz-icon nzType="delete" nzTheme="outline" (click)="delete()" class="text-red-600"></nz-icon>
</div>
</div>
</td>
<nz-icon nzType="delete" nzTheme="outline" (click)="delete()" class="text-red-600">
</nz-icon>
</div>
</td>
</tr>