travopti/frontend/src/app/containers/home/home.component.html
2020-06-18 13:26:31 +02:00

7 lines
213 B
HTML

<app-search-input></app-search-input>
<h2>Explore the world</h2>
<div class="region-container">
<app-region (click)="onRegionClick(region)" *ngFor="let region of regions" [region]="region"></app-region>
</div>