ngx-admin/docs/app/@theme/components/section-title/section-title.component.ts
2019-01-24 17:55:51 +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 {
}