mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'ngx-landing-section-title',
|
|
templateUrl: './section-title.component.html',
|
|
styleUrls: ['./section-title.component.scss'],
|
|
})
|
|
export class NgxSectionTitleComponent {
|
|
|
|
}
|