minor changes...

This commit is contained in:
Maria Teresa Paratore 2023-12-13 11:54:49 +01:00
parent 90c432b18f
commit dfa1eb3db2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="p-3 mt-2">
<div class="p-3">
<h1>Type: {{resourceType}}</h1>
<!-- Component for EServices -->
<mat-form-field>
<mat-form-field class="my-3">
<mat-label>Search by Name</mat-label>
<input matInput (keyup)="applyFilter($event)" placeholder="type in..." #input />
</mat-form-field>