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

@@ -26,4 +26,8 @@ export class AppComponent {
get serviceWorkerEnabled() {
return this.sw.serviceWorkerEnabled;
}
onSearch(text: string) {
console.log(text);
}
}