minor changes...
This commit is contained in:
parent
90c432b18f
commit
dfa1eb3db2
|
@ -1,7 +1,7 @@
|
||||||
<div class="p-3 mt-2">
|
<div class="p-3">
|
||||||
<h1>Type: {{resourceType}}</h1>
|
<h1>Type: {{resourceType}}</h1>
|
||||||
<!-- Component for EServices -->
|
<!-- Component for EServices -->
|
||||||
<mat-form-field>
|
<mat-form-field class="my-3">
|
||||||
<mat-label>Search by Name</mat-label>
|
<mat-label>Search by Name</mat-label>
|
||||||
<input matInput (keyup)="applyFilter($event)" placeholder="type in..." #input />
|
<input matInput (keyup)="applyFilter($event)" placeholder="type in..." #input />
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
Loading…
Reference in New Issue