Fixed error on building

This commit is contained in:
Thomas Bloor 2017-11-28 18:14:15 +00:00
parent def79a7148
commit 281404b946
3 changed files with 11 additions and 11 deletions

View file

@ -40,7 +40,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"