import { Component } from '@angular/core'; @Component({ selector: 'ngx-landing-section-title', templateUrl: './section-title.component.html', styleUrls: ['./section-title.component.scss'], }) export class NgxSectionTitleComponent { }