UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

169 lines (168 loc) 9.8 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { NgModule, makeEnvironmentProviders } from '@angular/core'; import { CommonModule } from '@angular/common'; import { IgxDataChartCoreModule, provideIgxDataChartCore, registerIgxDataChartCore } from './igx-data-chart-core-module'; import { IgxDataChartCategoryModule, provideIgxDataChartCategory, registerIgxDataChartCategory } from './igx-data-chart-category-module'; import { IgxDataChartScatterModule, provideIgxDataChartScatter, registerIgxDataChartScatter } from './igx-data-chart-scatter-module'; import { IgxDataChartShapeModule, provideIgxDataChartShape, registerIgxDataChartShape } from './igx-data-chart-shape-module'; import { IgxDataChartPolarModule, provideIgxDataChartPolar, registerIgxDataChartPolar } from './igx-data-chart-polar-module'; import { IgxDataChartRadialModule, provideIgxDataChartRadial, registerIgxDataChartRadial } from './igx-data-chart-radial-module'; import { IgxDataChartFinancialModule, provideIgxDataChartFinancial, registerIgxDataChartFinancial } from './igx-data-chart-financial-module'; import { IgxDataChartFinancialIndicatorsModule, provideIgxDataChartFinancialIndicators, registerIgxDataChartFinancialIndicators } from './igx-data-chart-financial-indicators-module'; import { IgxDataChartFinancialOverlaysModule, provideIgxDataChartFinancialOverlays, registerIgxDataChartFinancialOverlays } from './igx-data-chart-financial-overlays-module'; import { IgxDataChartVerticalCategoryModule, provideIgxDataChartVerticalCategory, registerIgxDataChartVerticalCategory } from './igx-data-chart-vertical-category-module'; import { IgxDataChartStackedModule, provideIgxDataChartStacked, registerIgxDataChartStacked } from './igx-data-chart-stacked-module'; import { IgxDataChartExtendedAxesModule, provideIgxDataChartExtendedAxes, registerIgxDataChartExtendedAxes } from './igx-data-chart-extended-axes-module'; import { IgxDataChartCategoryTrendLineModule, provideIgxDataChartCategoryTrendLine, registerIgxDataChartCategoryTrendLine } from './igx-data-chart-category-trend-line-module'; import { IgxDataChartVisualDataModule, provideIgxDataChartVisualData, registerIgxDataChartVisualData } from './igx-data-chart-visual-data-module'; import { IgxDataChartInteractivityModule, provideIgxDataChartInteractivity, registerIgxDataChartInteractivity } from './igx-data-chart-interactivity-module'; import { IgxDataChartAnnotationModule, provideIgxDataChartAnnotation, registerIgxDataChartAnnotation } from './igx-data-chart-annotation-module'; import * as i0 from "@angular/core"; export function provideIgxDataChartFull() { return makeEnvironmentProviders([ provideIgxDataChartCore(), provideIgxDataChartCategory(), provideIgxDataChartScatter(), provideIgxDataChartShape(), provideIgxDataChartPolar(), provideIgxDataChartRadial(), provideIgxDataChartFinancial(), provideIgxDataChartFinancialIndicators(), provideIgxDataChartFinancialOverlays(), provideIgxDataChartVerticalCategory(), provideIgxDataChartStacked(), provideIgxDataChartExtendedAxes(), provideIgxDataChartCategoryTrendLine(), provideIgxDataChartVisualData(), provideIgxDataChartInteractivity(), provideIgxDataChartAnnotation(), ]); } export function registerIgxDataChartFull() { registerIgxDataChartCore(); registerIgxDataChartCategory(); registerIgxDataChartScatter(); registerIgxDataChartShape(); registerIgxDataChartPolar(); registerIgxDataChartRadial(); registerIgxDataChartFinancial(); registerIgxDataChartFinancialIndicators(); registerIgxDataChartFinancialOverlays(); registerIgxDataChartVerticalCategory(); registerIgxDataChartStacked(); registerIgxDataChartExtendedAxes(); registerIgxDataChartCategoryTrendLine(); registerIgxDataChartVisualData(); registerIgxDataChartInteractivity(); registerIgxDataChartAnnotation(); } export class IgxDataChartFullModule { static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxDataChartFullModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); } static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxDataChartFullModule, imports: [CommonModule, IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule], exports: [IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule] }); } static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxDataChartFullModule, providers: [provideIgxDataChartFull()], imports: [CommonModule, IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule, IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule] }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxDataChartFullModule, decorators: [{ type: NgModule, args: [{ imports: [CommonModule, IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule ], exports: [IgxDataChartCoreModule, IgxDataChartCategoryModule, IgxDataChartScatterModule, IgxDataChartShapeModule, IgxDataChartPolarModule, IgxDataChartRadialModule, IgxDataChartFinancialModule, IgxDataChartFinancialIndicatorsModule, IgxDataChartFinancialOverlaysModule, IgxDataChartVerticalCategoryModule, IgxDataChartStackedModule, IgxDataChartExtendedAxesModule, IgxDataChartCategoryTrendLineModule, IgxDataChartVisualDataModule, IgxDataChartInteractivityModule, IgxDataChartAnnotationModule ], providers: [provideIgxDataChartFull()] }] }] });