mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
|
|
import { Component, OnInit } from '@angular/core';
|
||
|
|
|
||
|
|
@Component({
|
||
|
|
selector: 'ngx-block-level-buttons',
|
||
|
|
templateUrl: './block-level-buttons.component.html',
|
||
|
|
})
|
||
|
|
export class BlockLevelButtonsComponent {
|
||
|
|
}
|