changed agm cluster and updated agm dependencies

the changelog didnt mention this properly to do but as seen in change 7982bfbcf0 the module was renamed and needed changing.
This commit is contained in:
Finn Kempers 2020-07-29 14:32:51 +01:00
parent 7c651e1522
commit 611dbc4bac
4 changed files with 27 additions and 15 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/js-marker-clusterer';
import { AgmJsMarkerClustererModule } from '@agm/markerclusterer';
import { ModalModule } from 'ngx-bootstrap/modal';
import { CurrencyPipe } from '@angular/common';