working modals added
This commit is contained in:
parent
98d683612c
commit
f261fce7f5
3 changed files with 28 additions and 4 deletions
|
@ -7,6 +7,7 @@ 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 { ModalModule } from 'ngx-bootstrap/modal';
|
||||
|
||||
import { CurrencyPipe } from '@angular/common';
|
||||
|
||||
|
@ -51,6 +52,7 @@ import { environment } from '../../environments/environment';
|
|||
BsDropdownModule,
|
||||
NgxPaginationModule,
|
||||
DashboardRoutingModule,
|
||||
ModalModule.forRoot(),
|
||||
],
|
||||
declarations: [
|
||||
DashboardComponent,
|
||||
|
|
Reference in a new issue