jqwidgets-ng
Version:
[](https://jqwidgets.com/license/)
17 lines (16 loc) • 1.13 kB
JavaScript
import { NgModule } from '@angular/core';
import { jqxColorPickerComponent } from './angular_jqxcolorpicker';
import * as i0 from "@angular/core";
export class jqxColorPickerModule {
}
jqxColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
jqxColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxColorPickerModule, declarations: [jqxColorPickerComponent], exports: [jqxColorPickerComponent] });
jqxColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxColorPickerModule, imports: [[]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxColorPickerModule, decorators: [{
type: NgModule,
args: [{
imports: [],
declarations: [jqxColorPickerComponent],
exports: [jqxColorPickerComponent]
}]
}] });