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