import { NgModule } from '@angular/core'; import { NgxEchartsCoreDirective } from './ngx-echarts-core.directive'; @NgModule({ imports: [], declarations: [ NgxEchartsCoreDirective ], exports: [ NgxEchartsCoreDirective ] }) export class NgxEchartsCoreModule { }