various fixes to dashboard stuff
This commit is contained in:
parent
7a6f40e300
commit
df631ad793
5 changed files with 10 additions and 21 deletions
|
@ -5,7 +5,7 @@ import { Color } from 'ng2-charts';
|
|||
import { CurrencyPipe } from '@angular/common';
|
||||
import { DataType } from '../shared/data-types.enum';
|
||||
import * as moment from 'moment';
|
||||
import { BubbleChartComponent } from '../panels/bubble-panel';
|
||||
import { BubbleChartComponent } from '../panels/bubble-panel.component';
|
||||
import { AgmCoreModule } from '@agm/core';
|
||||
import { BsModalService, ModalDirective } from 'ngx-bootstrap/modal';
|
||||
import { BsModalRef } from 'ngx-bootstrap/modal/bs-modal-ref.service';
|
||||
|
|
Reference in a new issue