feat: add hotel item component and search functionality
This commit is contained in:
parent
f243483688
commit
339dac3999
13 changed files with 97 additions and 9 deletions
1
src/app/Search/search.component.html
Normal file
1
src/app/Search/search.component.html
Normal file
|
@ -0,0 +1 @@
|
|||
<input [(ngModel)]="input" (ngModelChange)="update($event)" class="border border-black" type="search">
|
Loading…
Add table
Add a link
Reference in a new issue