NetanelBasal
11/10/2017 - 10:51 AM

angular-closet2.ts

import { Directive, HostBinding } from '@angular/core';

@Directive({
  selector: '.widget-content'
})
export class WidgetContentDirective {

}