added deliverery note page with deliverery-note-form and deliverert-note-table
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
import { Component } from '@angular/core';
|
||||
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";
|
||||
|
||||
@Component({
|
||||
selector: 'app-delivery-note',
|
||||
imports: [],
|
||||
imports: [
|
||||
DelivereryNoteTable,
|
||||
ModalButton,
|
||||
DelivereryNoteForm
|
||||
],
|
||||
templateUrl: './delivery-note.html',
|
||||
styleUrl: './delivery-note.css',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user