Additional fix needed for clusters

This commit is contained in:
Finn Kempers 2020-07-29 14:55:20 +01:00
parent 20f7e5dc0f
commit fba44b237a
1 changed files with 1 additions and 1 deletions

View File

@ -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';