ngx-admin/docs/app/@theme/components/section-title/section-title.component.ts

11 lines
242 B
TypeScript
Raw Normal View History

2021-08-06 18:48:35 +03:00
import { Component } from '@angular/core';
@Component({
selector: 'ngx-landing-section-title',
templateUrl: './section-title.component.html',
styleUrls: ['./section-title.component.scss'],
})
export class NgxSectionTitleComponent {
}