ngx-echarts
Version:
<!-- Badges section here. --> [][npm-badge-url] [][npm-badge-url] [][ci
30 lines (29 loc) • 959 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
import { NgModule } from '@angular/core';
import { NgxEchartsDirective } from './ngx-echarts.directive';
export class 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