snazzy info added, logo added

This commit is contained in:
piratefinn 2017-11-14 17:12:07 +00:00
parent f6a6e4c964
commit 8ede382799
7 changed files with 35 additions and 16 deletions

View file

@ -6,6 +6,7 @@ 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 { AgmSnazzyInfoWindowModule } from '@agm/snazzy-info-window';
import { CurrencyPipe } from '@angular/common';
@ -45,6 +46,7 @@ import { environment } from '../../environments/environment';
apiKey: environment.mapApiKey
}),
AgmJsMarkerClustererModule,
AgmSnazzyInfoWindowModule,
BsDropdownModule,
NgxPaginationModule,
DashboardRoutingModule,