UNPKG

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