Skip to content

Commit

Permalink
remove table implementation (use material table instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-the-geek committed Jul 20, 2017
1 parent ea1379c commit b1ac210
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,383 deletions.
6 changes: 0 additions & 6 deletions ng2-cbp-cf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,20 @@ import { NgModule } from '@angular/core';

import {
BadgeModule,
CheckboxModule,
DropdownTreeFieldModule,
DualListModule,
HeaderModule,
ListGroupModule,
PaginationModule,
PayPeriodCalendarModule,
TableModule,
} from './src';

const modules: any[] = [
BadgeModule,
CheckboxModule,
DropdownTreeFieldModule,
DualListModule,
HeaderModule,
ListGroupModule,
PaginationModule,
PayPeriodCalendarModule,
TableModule,
];

@NgModule({
Expand Down
3 changes: 0 additions & 3 deletions src/checkbox/checkbox-group.component.html

This file was deleted.

Empty file.
46 changes: 0 additions & 46 deletions src/checkbox/checkbox-group.component.ts

This file was deleted.

60 changes: 0 additions & 60 deletions src/checkbox/checkbox.component.html

This file was deleted.

10 changes: 0 additions & 10 deletions src/checkbox/checkbox.component.scss

This file was deleted.

Loading

0 comments on commit b1ac210

Please sign in to comment.