import { Directive, HostBinding } from '@angular/core'; @Directive({ selector: '.widget-content' }) export class WidgetContentDirective { }