mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 14:35:29 +01:00
Fix search-map component using @angular/google-maps
This commit is contained in:
parent
398c8c2a87
commit
1b75ccfb40
10 changed files with 56 additions and 61 deletions
|
|
@ -1,7 +1,3 @@
|
|||
<!-- <agm-map [latitude]="latitude"
|
||||
[longitude]="longitude"
|
||||
[scrollwheel]="false"
|
||||
[zoom]="zoom">
|
||||
<agm-marker [latitude]="latitude"
|
||||
[longitude]="longitude"></agm-marker>
|
||||
</agm-map> -->
|
||||
<google-map [center]="position" [zoom]="zoom" width="100%" height="36.5625rem">
|
||||
<map-marker [position]="position"></map-marker>
|
||||
</google-map>
|
||||
Loading…
Add table
Add a link
Reference in a new issue