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
@@ -26,6 +26,7 @@
<app-modal-nav nameIcon="edit" name="Modification de la quantité minimale" class="cursor-pointer">
<app-stock-form></app-stock-form>
</app-modal-nav>
<nz-divider nzType="vertical"></nz-divider>
<div>
<nz-icon nzType="delete" nzTheme="outline" class="cursor-pointer text-red-700"/>
</div>
@@ -4,6 +4,7 @@ import {NzTableComponent} from "ng-zorro-antd/table";
import {ModalNav} from "../modal-nav/modal-nav";
import {NzIconDirective} from "ng-zorro-antd/icon";
import {StockForm} from "../stock-form/stock-form";
import {NzDividerComponent} from "ng-zorro-antd/divider";
@Component({
selector: 'app-stock-table',
@@ -11,7 +12,8 @@ import {StockForm} from "../stock-form/stock-form";
NzTableComponent,
ModalNav,
NzIconDirective,
StockForm
StockForm,
NzDividerComponent
],
templateUrl: './stock-table.html',
styleUrl: './stock-table.css',