feat(tables): add hot-table component page (#1053)

This commit is contained in:
daoudaDiallo 2017-05-03 11:11:12 +00:00 committed by Lex Zhukov
parent f98b128140
commit 6d27f164e7
55 changed files with 2177 additions and 14 deletions

View file

@ -0,0 +1,14 @@
import { style } from '@angular/core/core';
import { Component } from '@angular/core';
@Component({
selector: 'hot-tables',
styleUrls: ['./hotTables.scss'],
template: `
<div class="container">
<handsontable-section class="col-md-12"></handsontable-section>
</div>
`
})
export class HotTablesComponent {
}