added search component from all pages
This commit is contained in:
@@ -1 +1,8 @@
|
||||
<p>purchase-order works!</p>
|
||||
<div class="flex mt-2">
|
||||
<div class="ml-95 w-150">
|
||||
<app-search></app-search>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-1">
|
||||
<p>purchase-order works!</p>
|
||||
</div>
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Search} from "../../components/search/search";
|
||||
import {ModalButton} from "../../components/modal-button/modal-button";
|
||||
|
||||
@Component({
|
||||
selector: 'app-purchase-order',
|
||||
imports: [],
|
||||
imports: [
|
||||
Search,
|
||||
ModalButton
|
||||
],
|
||||
templateUrl: './purchase-order.html',
|
||||
styleUrl: './purchase-order.css',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user