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