UNPKG

@progress/kendo-angular-upload

Version:

Kendo UI Angular Upload Component

42 lines (41 loc) 2.66 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgModule } from '@angular/core'; import { KENDO_FILESELECT } from './directives'; import { IconsService } from '@progress/kendo-angular-icons'; import { ResizeBatchService } from '@progress/kendo-angular-common'; import { PopupService } from '@progress/kendo-angular-popup'; import * as i0 from "@angular/core"; import * as i1 from "./fileselect.component"; import * as i2 from "./templates/file-template.directive"; import * as i3 from "./templates/file-info-template.directive"; import * as i4 from "./localization/custom-messages.component"; import * as i5 from "./dropzone-external.directive"; import * as i6 from "./dropzone.component"; // IMPORTANT: NgModule export kept for backwards compatibility /** * Represents the [NgModule](https://angular.io/api/core/NgModule) definition for the FileSelect component. */ export class FileSelectModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FileSelectModule, imports: [i1.FileSelectComponent, i2.FileTemplateDirective, i3.FileInfoTemplateDirective, i4.CustomMessagesComponent, i5.UploadDropZoneDirective, i6.UploadDropZoneComponent], exports: [i1.FileSelectComponent, i2.FileTemplateDirective, i3.FileInfoTemplateDirective, i4.CustomMessagesComponent, i5.UploadDropZoneDirective, i6.UploadDropZoneComponent] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileSelectModule, providers: [ IconsService, PopupService, ResizeBatchService ], imports: [i1.FileSelectComponent, i6.UploadDropZoneComponent] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileSelectModule, decorators: [{ type: NgModule, args: [{ exports: [...KENDO_FILESELECT], imports: [...KENDO_FILESELECT], providers: [ IconsService, PopupService, ResizeBatchService ] }] }] });