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