All checks were successful
Build / Build and analyze (push) Successful in 1m41s
7 lines
211 B
HTML
7 lines
211 B
HTML
<h1>{{'hello' | uppercase | text}}</h1>
|
|
<app-search [(input)]="search"></app-search>
|
|
@for (let hotel of foundHotels | async) {
|
|
@if (search === "") {
|
|
<app-hotel-item [hotel]="hotel"></app-hotel-item>
|
|
}
|
|
}
|