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

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