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