feat: search field

This commit is contained in:
2024-07-05 00:06:48 +03:00
parent 16a6a05d89
commit 6ddb3bad29
7 changed files with 55 additions and 13 deletions

View File

@@ -6,6 +6,6 @@
<h1>Update not available</h1>
}
}
<app-header></app-header>
<app-header (searchEvent)="onSearch($event)"></app-header>
<div class="h-10"></div>
<router-outlet></router-outlet>