first of many
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Search} from "../../components/search/search";
|
||||
import {DelivereryNoteTable} from "../../components/deliverery-note-table/deliverery-note-table";
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
import {DelivereryNoteForm} from "../../components/deliverery-note-form/deliverery-note-form";
|
||||
import {QuotationForm} from "../../components/quotation-form/quotation-form";
|
||||
import {QuotationTable} from "../../components/quotation-table/quotation-table";
|
||||
|
||||
@Component({
|
||||
selector: 'app-quotation',
|
||||
imports: [
|
||||
Search
|
||||
],
|
||||
imports: [
|
||||
DelivereryNoteTable,
|
||||
ModalButton,
|
||||
DelivereryNoteForm,
|
||||
Search,
|
||||
QuotationForm,
|
||||
QuotationTable
|
||||
],
|
||||
templateUrl: './quotation.html',
|
||||
styleUrl: './quotation.css',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user