igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
13 lines (12 loc) • 884 B
TypeScript
import { EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "igniteui-angular-core";
import * as i3 from "./igx-pie-chart-component";
export declare function provideIgxPieChartCore(): EnvironmentProviders;
export declare function registerIgxPieChartCore(): void;
export declare class IgxPieChartCoreModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPieChartCoreModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxPieChartCoreModule, never, [typeof i1.CommonModule, typeof i2.IgxNumberFormatSpecifierModule, typeof i2.IgxDateTimeFormatSpecifierModule, typeof i3.IgxPieChartComponent], [typeof i2.IgxNumberFormatSpecifierModule, typeof i2.IgxDateTimeFormatSpecifierModule, typeof i3.IgxPieChartComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxPieChartCoreModule>;
}