Fixed error on building

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

View file

@ -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"