mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
13 lines
275 B
TypeScript
13 lines
275 B
TypeScript
import {Component} from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'ngx-material-features',
|
|
templateUrl: './material-features.component.html',
|
|
styleUrls: ['./material-features.component.scss'],
|
|
})
|
|
export class MaterialFeaturesSectionComponent {
|
|
constructor() {
|
|
|
|
}
|
|
|
|
}
|