mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
feat(buttons): add buttons examples
This commit is contained in:
parent
fa26f9f0bf
commit
9ce1d2a589
10 changed files with 444 additions and 240 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-block-level-buttons',
|
||||
templateUrl: './block-level-buttons.component.html',
|
||||
})
|
||||
export class BlockLevelButtonsComponent {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue