Add update to dashboard for widget graph types

This commit is contained in:
Tom Bloor 2017-09-07 13:32:59 +01:00
parent dd735e517e
commit 555675c313
3 changed files with 16 additions and 2 deletions

View file

@ -4,6 +4,8 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { ChartsModule } from 'ng2-charts/ng2-charts';
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
import { CurrencyPipe } from '@angular/common';
import { DashboardComponent } from './dashboard.component';
import { DashboardCustomerComponent } from './dashboard-customer.component';
import { AccountEditComponent } from './account-edit.component';
@ -35,6 +37,9 @@ import { OrgTableComponent } from '../shared/org-table.component';
OrgTableComponent,
FeedbackComponent,
GraphWidget,
]
],
providers: [
CurrencyPipe
],
})
export class DashboardModule { }