UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

14 lines (11 loc) 246 B
import { NgModule } from '@angular/core'; import { ResizableDirective } from './resizable.directive'; @NgModule({ exports: [ ResizableDirective ], imports: [ ResizableDirective ] }) export class ResizableModule { }