clean codes from lib

This commit is contained in:
Yubing325 2020-06-05 16:18:19 -05:00
parent e1180ac9a9
commit 915ec6f9b6
2 changed files with 1 additions and 7 deletions

View File

@ -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 { }

View File

@ -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 !!! -->