mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-13 03:44:21 +01:00
8 lines
239 B
TypeScript
8 lines
239 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 {}
|