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