clean codes from lib
This commit is contained in:
parent
e1180ac9a9
commit
915ec6f9b6
@ -12,6 +12,6 @@ import { DataGridCellDirective } from './directives/DataGridCell.directive';
|
|||||||
imports: [
|
imports: [
|
||||||
CommonModule
|
CommonModule
|
||||||
],
|
],
|
||||||
exports: [DataGridComponent,DataGridColDirective,DataGridColHeaderDirective,DataGridCellDirective]
|
exports: [DataGridComponent]
|
||||||
})
|
})
|
||||||
export class DataGridModule { }
|
export class DataGridModule { }
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
<p>some content is showing up here!</p>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -30,7 +28,3 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- test content !!! -->
|
|
Loading…
Reference in New Issue
Block a user