1 | import { ModuleWithProviders, Provider } from '@angular/core';
|
2 | import { NgxEchartsDirective, NgxEchartsConfig, NGX_ECHARTS_CONFIG, ThemeOption } from './ngx-echarts.directive';
|
3 | import * as i0 from "@angular/core";
|
4 | import * as i1 from "./ngx-echarts.directive";
|
5 | declare const provideEchartsCore: (config: NgxEchartsConfig) => Provider;
|
6 | export 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 | }
|
13 | export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption, provideEchartsCore };
|