igniteui-angular-inputs
Version:
Ignite UI Angular input components for building rich data visualizations for modern web apps.
67 lines (66 loc) • 3.99 kB
JavaScript
/*
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 } from '@angular/core';
import { CommonModule } from '@angular/common';
import { IgxColorEditorPanelComponent } from './igx-color-editor-panel-component';
import { IgxMultiSliderDynamicModule } from './igx-multi-slider-dynamic-module';
import { IgxXButtonDynamicModule } from './igx-x-button-dynamic-module';
import { IgxXInputGroupDynamicModule } from './igx-x-input-group-dynamic-module';
import { IgxXInputDynamicModule } from './igx-x-input-dynamic-module';
import { ColorEditorPanel } from './ColorEditorPanel';
import { TypeRegistrar } from "igniteui-angular-core";
import { IgxColorEditorPanelModule } from './igx-color-editor-panel-module';
import * as i0 from "@angular/core";
export let IgxColorEditorPanelDynamicModule = /*@__PURE__*/ (() => {
class IgxColorEditorPanelDynamicModule {
constructor() {
TypeRegistrar.registerCons('ColorEditorPanel', ColorEditorPanel);
TypeRegistrar.registerCons('IgxColorEditorPanelComponent', IgxColorEditorPanelComponent);
TypeRegistrar.register('ColorEditorPanel', ColorEditorPanel.$type);
}
}
IgxColorEditorPanelDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColorEditorPanelDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
IgxColorEditorPanelDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColorEditorPanelDynamicModule, imports: [CommonModule, IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule], exports: [IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule] });
IgxColorEditorPanelDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColorEditorPanelDynamicModule, imports: [[CommonModule, IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule
], IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule] });
return IgxColorEditorPanelDynamicModule;
})();
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColorEditorPanelDynamicModule, decorators: [{
type: NgModule,
args: [{
declarations: [],
exports: [IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule
],
imports: [CommonModule, IgxMultiSliderDynamicModule,
IgxXButtonDynamicModule,
IgxXInputGroupDynamicModule,
IgxXInputDynamicModule,
IgxColorEditorPanelModule
],
entryComponents: [IgxColorEditorPanelComponent]
}]
}], ctorParameters: function () { return []; } });