@covalent/echarts
Version:
Teradata UI Platform Echarts Module
17 lines (16 loc) • 1.01 kB
TypeScript
import { Type } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./chart.component";
import * as i2 from "./axis/x-axis.component";
import * as i3 from "./axis/y-axis.component";
import * as i4 from "./dataset/dataset.component";
export declare const BASE_MODULE_COMPONENTS: Type<any>[];
/**
* @deprecated This module is deprecated and will be removed in future versions.
* Please migrate to using standalone components as soon as possible.
*/
export declare class CovalentBaseEchartsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBaseEchartsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBaseEchartsModule, never, [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent], [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBaseEchartsModule>;
}