@syncfusion/ej2-angular-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular
21 lines (20 loc) • 2.34 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./stockchart.component";
import * as i2 from "./trendlines.directive";
import * as i3 from "./series.directive";
import * as i4 from "./axes.directive";
import * as i5 from "./rows.directive";
import * as i6 from "./annotations.directive";
import * as i7 from "./selecteddataindexes.directive";
import * as i8 from "./periods.directive";
import * as i9 from "./stockevents.directive";
import * as i10 from "./indicators.directive";
import * as i11 from "@angular/common";
/**
* NgModule definition for the StockChart component.
*/
export declare class StockChartModule {
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartModule, [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective], [typeof i11.CommonModule], [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StockChartModule>;
}