UNPKG

880 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 provideEchartsCore: (config: NgxEchartsConfig) => Provider;
6export declare class NgxEchartsModule {
7 static forRoot(config: NgxEchartsConfig): ModuleWithProviders<NgxEchartsModule>;
8 static forChild(): ModuleWithProviders<NgxEchartsModule>;
9 static ɵfac: i0.ɵɵFactoryDeclaration<NgxEchartsModule, never>;
10 static ɵmod: i0.ɵɵNgModuleDeclaration<NgxEchartsModule, never, [typeof i1.NgxEchartsDirective], [typeof i1.NgxEchartsDirective]>;
11 static ɵinj: i0.ɵɵInjectorDeclaration<NgxEchartsModule>;
12}
13export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption, provideEchartsCore };