Added initial working table for transaction types

This commit is contained in:
Finn 2019-09-09 16:13:34 +01:00
parent 1aa6f658c9
commit 2dc9616075
6 changed files with 58 additions and 5 deletions

View file

@ -43,7 +43,6 @@ import { AuthModule } from './auth/auth.module';
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';
@ -72,10 +71,8 @@ import { FilterPipeModule } from 'ngx-filter-pipe';
BreadcrumbsComponent,
SIDEBAR_TOGGLE_DIRECTIVES,
AsideToggleDirective,
//MoreStuffComponent,
P404Component,
P500Component,
],
providers: [
AuthGuard,