mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 18:18:50 +01:00
8 lines
241 B
TypeScript
8 lines
241 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'ngx-material-buttons',
|
|
templateUrl: './material-buttons.component.html',
|
|
styleUrls: ['./material-buttons.component.scss'],
|
|
})
|
|
export class MaterialButtonsComponent {}
|