mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
feat(aio): add a slim loading bar component page. Fix the hot table styles (#1055)
This commit is contained in:
parent
b6ffcbc167
commit
9af47feb6b
15 changed files with 200 additions and 100 deletions
|
|
@ -3,27 +3,35 @@ import { Component } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'handsontable-section',
|
||||
template: `
|
||||
<section id="handsontable">
|
||||
<div class="row">
|
||||
<div class="widgets">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<basic-demo></basic-demo>
|
||||
<br>
|
||||
<br>
|
||||
<advanced-demo></advanced-demo>
|
||||
<br>
|
||||
<br>
|
||||
<finance-demo></finance-demo>
|
||||
<br>
|
||||
<science-demo></science-demo>
|
||||
<br>
|
||||
<br>
|
||||
<sheet-demo></sheet-demo>
|
||||
<br>
|
||||
<br>
|
||||
<sport-demo></sport-demo>
|
||||
<ba-card title="Examples">
|
||||
<section id="handsontable">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<basic-demo></basic-demo>
|
||||
<br>
|
||||
<br>
|
||||
<advanced-demo></advanced-demo>
|
||||
<br>
|
||||
<br>
|
||||
<finance-demo></finance-demo>
|
||||
<br>
|
||||
<science-demo></science-demo>
|
||||
<br>
|
||||
<br>
|
||||
<sheet-demo></sheet-demo>
|
||||
<br>
|
||||
<br>
|
||||
<sport-demo></sport-demo>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</ba-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
`
|
||||
})
|
||||
export class HandsontableSectionComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue