import { Directive } from '@angular/core'; @Directive({ selector: 'swui-input-hint' }) export class InputHintDirective { }