ngx-admin/docs/app/@theme/components/section-title/section-title.component.ts
Sergey Andrievskiy 165e64eaca feat: docs app
2019-10-08 16:17:13 +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 {
}