snazzy info added, logo added
This commit is contained in:
parent
f6a6e4c964
commit
8ede382799
7 changed files with 35 additions and 16 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue