ngx-admin/docs/app/@theme/components/section-title/section-title.component.ts
2021-10-08 13:51:04 +03:00

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 {
}