igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
15 lines (14 loc) • 1.1 kB
TypeScript
import { EnvironmentProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./igx-treemap-component";
import * as i3 from "./igx-treemap-node-style-dynamic-module";
import * as i4 from "./igx-treemap-node-style-mapping-dynamic-module";
import * as i5 from "./igx-treemap-module";
export declare function provideIgxTreemapDynamic(): EnvironmentProviders;
export declare function registerIgxTreemapDynamic(): void;
export declare class IgxTreemapDynamicModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxTreemapDynamicModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTreemapDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxTreemapComponent, typeof i3.IgxTreemapNodeStyleDynamicModule, typeof i4.IgxTreemapNodeStyleMappingDynamicModule, typeof i5.IgxTreemapModule], [typeof i2.IgxTreemapComponent, typeof i3.IgxTreemapNodeStyleDynamicModule, typeof i4.IgxTreemapNodeStyleMappingDynamicModule, typeof i5.IgxTreemapModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxTreemapDynamicModule>;
}