mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-26 11:16:10 +01:00
8 lines
218 B
HTML
8 lines
218 B
HTML
|
|
<agm-map [latitude]="latitude"
|
||
|
|
[longitude]="longitude"
|
||
|
|
[scrollwheel]="false"
|
||
|
|
[zoom]="zoom">
|
||
|
|
<agm-marker [latitude]="latitude"
|
||
|
|
[longitude]="longitude"></agm-marker>
|
||
|
|
</agm-map>
|