ngx-admin/src/app/pages/maps/search-map/search-map.component.html

8 lines
250 B
HTML
Raw Normal View History

<nb-card>
<nb-card-header>Google Maps with search</nb-card-header>
<nb-card-body>
<ngx-search (positionChanged)="updateLocation($event)"></ngx-search>
<ngx-map [searchedLocation]="searchedLocation"></ngx-map>
</nb-card-body>
</nb-card>