ngx-echarts
Version:
<!-- Badges section here. -->
13 lines (12 loc) • 776 B
TypeScript
import { ModuleWithProviders } 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";
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, [typeof i1.NgxEchartsDirective], never, [typeof i1.NgxEchartsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxEchartsModule>;
}
export { NgxEchartsDirective, NGX_ECHARTS_CONFIG, ThemeOption };