mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
14 lines
275 B
TypeScript
14 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() {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|