UNPKG

942 BTypeScriptView Raw
1import { ModuleWithProviders, Provider } from '@angular/core';
2import { NgxEchartsDirective, NgxEchartsConfig, NGX_ECHARTS_CONFIG, ThemeOption } from './ngx-echarts.directive';
3import * as i0 from "@angular/core";
4import * as i1 from "./ngx-echarts.directive";
5declare const provideEcharts: () => Provider;
6declare const provideEchartsCore: (config: NgxEchartsConfig) => Provider;
7export declare class NgxEchartsModule {
8 static forRoot(config: NgxEchartsConfig): ModuleWithProviders<NgxEchartsModule>;
9 static forChild(): ModuleWithProviders<NgxEchartsModule>;
10 static ɵfac: i0.ɵɵFactoryDeclaration<NgxEchartsModule, never>;
11 static ɵmod: i0.ɵɵNgModuleDeclaration<NgxEchartsModule, never, [typeof i1.NgxEchartsDirective], [typeof i1.NgxEchartsDirective]>;
12 static ɵinj: i0.ɵɵInjectorDeclaration<NgxEchartsModule>;
13}
14export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption, provideEcharts, provideEchartsCore };