import { Directive } from '@angular/core'; @Directive({ selector: 'swui-section-header' }) export class SectionHeaderComponent { }