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

3 lines
143 B
HTML
Raw Normal View History

<google-map [center]="position" [zoom]="zoom" width="100%" height="36.5625rem">
<map-marker [position]="position"></map-marker>
</google-map>