feat: add new flake profiles and update app component
This commit is contained in:
parent
270782cb78
commit
cecb4c94b7
5 changed files with 29 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
<app-search [(input)]="search"></app-search>
|
||||
<div *ngFor="let hotel of hotels">
|
||||
<app-hotel-item *ngIf="hotel.hotelName.includes(search)" [hotel]="hotel"></app-hotel-item>
|
||||
@if (hotel.hotelName.includes(search)) {
|
||||
<app-hotel-item [hotel]="hotel"></app-hotel-item>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue