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

@@ -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',