igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
15 lines (14 loc) • 1.12 kB
TypeScript
import { EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./igx-data-chart-core-module";
import * as i3 from "./igx-data-chart-shape-module";
import * as i4 from "./igx-data-chart-interactivity-module";
import * as i5 from "./igx-data-chart-annotation-module";
export declare function provideIgxDataChartShapeFull(): EnvironmentProviders;
export declare function registerIgxDataChartShapeFull(): void;
export declare class IgxDataChartShapeFullModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataChartShapeFullModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxDataChartShapeFullModule, never, [typeof i1.CommonModule, typeof i2.IgxDataChartCoreModule, typeof i3.IgxDataChartShapeModule, typeof i4.IgxDataChartInteractivityModule, typeof i5.IgxDataChartAnnotationModule], [typeof i2.IgxDataChartCoreModule, typeof i3.IgxDataChartShapeModule, typeof i4.IgxDataChartInteractivityModule, typeof i5.IgxDataChartAnnotationModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxDataChartShapeFullModule>;
}