UNPKG

ngx-eagle

Version:

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

14 lines (11 loc) 226 B
import { NgModule } from '@angular/core'; import { TouchDirective } from './touch.directive'; @NgModule({ exports: [ TouchDirective ], imports: [ TouchDirective ] }) export class TouchModule { }