igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
13 lines (12 loc) • 802 B
TypeScript
import { EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./igx-value-layer-component";
import * as i3 from "./igx-annotation-layer-proxy-module";
export declare function provideIgxValueLayer(): EnvironmentProviders;
export declare function registerIgxValueLayer(): void;
export declare class IgxValueLayerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxValueLayerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxValueLayerModule, never, [typeof i1.CommonModule, typeof i2.IgxValueLayerComponent, typeof i3.IgxAnnotationLayerProxyModule], [typeof i2.IgxValueLayerComponent, typeof i3.IgxAnnotationLayerProxyModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxValueLayerModule>;
}