From fba44b237a93486cbee4fde67e7cb63e0218d8fc Mon Sep 17 00:00:00 2001 From: Finn Kempers Date: Wed, 29 Jul 2020 14:55:20 +0100 Subject: [PATCH] Additional fix needed for clusters --- src/app/dashboard/dashboard.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/dashboard.module.ts b/src/app/dashboard/dashboard.module.ts index bbfc274..c27111a 100644 --- a/src/app/dashboard/dashboard.module.ts +++ b/src/app/dashboard/dashboard.module.ts @@ -5,7 +5,7 @@ import { ChartsModule } from 'ng2-charts'; import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; import { NgxPaginationModule } from 'ngx-pagination'; import { AgmCoreModule, GoogleMapsAPIWrapper } from '@agm/core'; -import { AgmJsMarkerClustererModule } from '@agm/markerclusterer'; +import { AgmMarkerCluster } from '@agm/markerclusterer'; import { ModalModule } from 'ngx-bootstrap/modal'; import { CurrencyPipe } from '@angular/common';