Creating Supplier Page
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Search} from "../../components/search/search";
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
import {SupplierTable} from "../../components/supplier-table/supplier-table";
|
||||
import {SupplierForm} from "../../components/supplier-form/supplier-form";
|
||||
|
||||
@Component({
|
||||
selector: 'app-supplier',
|
||||
imports: [
|
||||
Search
|
||||
Search,
|
||||
SupplierForm,
|
||||
SupplierTable,
|
||||
ModalButton
|
||||
],
|
||||
templateUrl: './supplier.html',
|
||||
styleUrl: './supplier.css',
|
||||
|
||||
Reference in New Issue
Block a user