UNPKG

ngx-echarts

Version:

<div align="center"> <a href="https://xieziyu.github.io/ngx-echarts"> <img src="./src/assets/img/logo.svg" alt="Logo" width="80"> </a> <h3 align="center">NGX-ECHARTS</h3> <p align="center"> Angular directive for <a href="https://github.com

14 lines (13 loc) 880 B
import { ModuleWithProviders, Provider } from '@angular/core'; import { NgxEchartsDirective, NgxEchartsConfig, NGX_ECHARTS_CONFIG, ThemeOption } from './ngx-echarts.directive'; import * as i0 from "@angular/core"; import * as i1 from "./ngx-echarts.directive"; declare const provideEchartsCore: (config: NgxEchartsConfig) => Provider; export declare class NgxEchartsModule { static forRoot(config: NgxEchartsConfig): ModuleWithProviders<NgxEchartsModule>; static forChild(): ModuleWithProviders<NgxEchartsModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxEchartsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxEchartsModule, never, [typeof i1.NgxEchartsDirective], [typeof i1.NgxEchartsDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxEchartsModule>; } export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption, provideEchartsCore };