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