UNPKG

ngx-echarts

Version:

<!-- Badges section here. --> [![npm](https://img.shields.io/npm/v/ngx-echarts.svg)][npm-badge-url] [![npm](https://img.shields.io/npm/dm/ngx-echarts.svg)][npm-badge-url] [![Build Status](https://travis-ci.org/xieziyu/ngx-echarts.svg?branch=master)][ci

34 lines (33 loc) 1.08 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ import { NgModule } from '@angular/core'; import { NgxEchartsDirective } from './ngx-echarts.directive'; var NgxEchartsModule = /** @class */ (function () { function NgxEchartsModule() { } return NgxEchartsModule; }()); export { NgxEchartsModule }; NgxEchartsModule.decorators = [ { type: NgModule, args: [{ imports: [], declarations: [ NgxEchartsDirective ], exports: [ NgxEchartsDirective ] },] }, ]; function NgxEchartsModule_tsickle_Closure_declarations() { /** @type {!Array<{type: !Function, args: (undefined|!Array<?>)}>} */ NgxEchartsModule.decorators; /** * @nocollapse * @type {function(): !Array<(null|{type: ?, decorators: (undefined|!Array<{type: !Function, args: (undefined|!Array<?>)}>)})>} */ NgxEchartsModule.ctorParameters; } //# sourceMappingURL=ngx-echarts.module.js.map