fixed errors

This commit is contained in:
2025-11-14 09:42:05 +01:00
parent b5fa0d0d4b
commit 96927161a0
9 changed files with 18 additions and 33 deletions

View File

@@ -18,6 +18,7 @@
<app-modal-nav nameIcon="edit" name="Modification de l'utilisateur" class="cursor-pointer">
<app-profil-form></app-profil-form>
</app-modal-nav>
<nz-divider nzType="vertical"></nz-divider>
<div>
<nz-icon nzType="delete" nzTheme="outline" class="cursor-pointer text-red-700"/>
</div>

View File

@@ -5,6 +5,7 @@ import {NzTableComponent} from "ng-zorro-antd/table";
import {StockForm} from "../stock-form/stock-form";
import {UserInfo} from "../../interfaces/user.interface";
import {ProfilForm} from "../profil-form/profil-form";
import {NzDividerComponent} from "ng-zorro-antd/divider";
@Component({
selector: 'app-user-table',
@@ -12,7 +13,8 @@ import {ProfilForm} from "../profil-form/profil-form";
ModalNav,
NzIconDirective,
NzTableComponent,
ProfilForm
ProfilForm,
NzDividerComponent
],
templateUrl: './user-table.html',
styleUrl: './user-table.css',