@clemdesign/ngx-dropzone
Version:
A highly configurable dropzone component for Angular.
14 lines (13 loc) • 1.35 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-dropzone/ngx-dropzone.component";
import * as i2 from "./ngx-dropzone-label.directive";
import * as i3 from "./ngx-dropzone-preview/ngx-dropzone-preview.component";
import * as i4 from "./ngx-dropzone-preview/ngx-dropzone-image-preview/ngx-dropzone-image-preview.component";
import * as i5 from "./ngx-dropzone-preview/ngx-dropzone-remove-badge/ngx-dropzone-remove-badge.component";
import * as i6 from "./ngx-dropzone-preview/ngx-dropzone-video-preview/ngx-dropzone-video-preview.component";
import * as i7 from "@angular/common";
export declare class NgxDropzoneModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDropzoneModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDropzoneModule, [typeof i1.NgxDropzoneComponent, typeof i2.NgxDropzoneLabelDirective, typeof i3.NgxDropzonePreviewComponent, typeof i4.NgxDropzoneImagePreviewComponent, typeof i5.NgxDropzoneRemoveBadgeComponent, typeof i6.NgxDropzoneVideoPreviewComponent], [typeof i7.CommonModule], [typeof i1.NgxDropzoneComponent, typeof i2.NgxDropzoneLabelDirective, typeof i3.NgxDropzonePreviewComponent, typeof i4.NgxDropzoneImagePreviewComponent, typeof i5.NgxDropzoneRemoveBadgeComponent, typeof i6.NgxDropzoneVideoPreviewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxDropzoneModule>;
}