mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
feat(tables): add hot-table component page (#1053)
This commit is contained in:
parent
f98b128140
commit
6d27f164e7
55 changed files with 2177 additions and 14 deletions
|
|
@ -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 {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue