Fixed error on building
This commit is contained in:
parent
f13546a6fe
commit
7968493fe3
3 changed files with 11 additions and 11 deletions
|
@ -41,7 +41,7 @@
|
|||
[longitude]="lng"
|
||||
[zoom]="zoom"
|
||||
[scaleControl]="true"
|
||||
(idle)="viewBoundsChanged($event)">
|
||||
(idle)="viewBoundsChanged()">
|
||||
<agm-marker-cluster maxZoom="13" imagePath="https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m">
|
||||
<agm-marker
|
||||
*ngFor="let m of markers"
|
||||
|
|
Reference in a new issue