updated quotation-form.html
This commit is contained in:
@@ -6,6 +6,7 @@ import {NzDividerComponent} from "ng-zorro-antd/divider";
|
||||
import {NzIconDirective} from "ng-zorro-antd/icon";
|
||||
import {QuotationForm} from "../quotation-form/quotation-form";
|
||||
import {ProductTable} from "../product-table/product-table";
|
||||
import {ProductForm} from "../product-form/product-form";
|
||||
|
||||
interface QuotationInfo {
|
||||
quotationId: number;
|
||||
@@ -30,7 +31,8 @@ interface QuotationInfo {
|
||||
NzDividerComponent,
|
||||
NzIconDirective,
|
||||
NzTableComponent,
|
||||
QuotationForm
|
||||
QuotationForm,
|
||||
ProductForm
|
||||
],
|
||||
templateUrl: './quotation-table.html',
|
||||
styleUrl: './quotation-table.css',
|
||||
|
||||
Reference in New Issue
Block a user