fixed error
This commit is contained in:
@@ -5,7 +5,6 @@ import {NzIconDirective} from "ng-zorro-antd/icon";
|
|||||||
import {NzTableComponent} from "ng-zorro-antd/table";
|
import {NzTableComponent} from "ng-zorro-antd/table";
|
||||||
import {PurchaseOrderForm} from "../purchase-order-form/purchase-order-form";
|
import {PurchaseOrderForm} from "../purchase-order-form/purchase-order-form";
|
||||||
import {ModalButton} from "../modal-button/modal-button";
|
import {ModalButton} from "../modal-button/modal-button";
|
||||||
import {ProductForm} from "../product-form/product-form";
|
|
||||||
import {GetPurchaseOrderDto, PurchaseordersService} from "../../services/api";
|
import {GetPurchaseOrderDto, PurchaseordersService} from "../../services/api";
|
||||||
import {NzNotificationService} from "ng-zorro-antd/notification";
|
import {NzNotificationService} from "ng-zorro-antd/notification";
|
||||||
import {firstValueFrom} from "rxjs";
|
import {firstValueFrom} from "rxjs";
|
||||||
@@ -19,7 +18,6 @@ import {firstValueFrom} from "rxjs";
|
|||||||
NzTableComponent,
|
NzTableComponent,
|
||||||
PurchaseOrderForm,
|
PurchaseOrderForm,
|
||||||
ModalButton,
|
ModalButton,
|
||||||
ProductForm
|
|
||||||
],
|
],
|
||||||
templateUrl: './purchase-order-table.html',
|
templateUrl: './purchase-order-table.html',
|
||||||
styleUrl: './purchase-order-table.css',
|
styleUrl: './purchase-order-table.css',
|
||||||
|
|||||||
Reference in New Issue
Block a user