mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
8 lines
No EOL
239 B
TypeScript
8 lines
No EOL
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 {} |