/** * Created by laixiangran on 2016/11/29. * homepage:http://www.laixiangran.cn. */ import { NgModule } from '@angular/core'; import { ENgxFileUploadDirective } from './e-ngx-fileupload.directive'; @NgModule({ declarations: [ENgxFileUploadDirective], exports: [ENgxFileUploadDirective] }) export class ENgxFileUploadModule { }