Misc chart work
Search feature on both suppliers and the pagination feature on the spend history still not functional
This commit is contained in:
parent
d7f9d7e755
commit
42e310b36a
11 changed files with 84 additions and 40 deletions
|
@ -44,6 +44,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
|
|||
import { ChartsModule } from 'ng2-charts';
|
||||
// import { StackedBarChartComponent } from './panels/stacked-bar.component';
|
||||
import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
|
||||
import { FilterPipeModule } from 'ngx-filter-pipe';
|
||||
|
||||
|
||||
@NgModule({
|
||||
|
@ -51,6 +52,7 @@ import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component
|
|||
BrowserModule,
|
||||
HttpClientModule,
|
||||
FormsModule,
|
||||
FilterPipeModule,
|
||||
ReactiveFormsModule,
|
||||
NgxPaginationModule,
|
||||
BsDropdownModule.forRoot(),
|
||||
|
|
Reference in a new issue