UNPKG

ngx-eagle

Version:

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

9 lines (7 loc) 204 B
import { NgModule } from '@angular/core'; import { InputDirective } from './input.directive'; @NgModule({ exports: [InputDirective], imports: [InputDirective], }) export class InputModule {}