preview-gallery
Version:
Angular library for previewing photos before uploading
10 lines (9 loc) • 604 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./preview-gallery.component";
import * as i2 from "../directives/preview-btn.directive";
import * as i3 from "@angular/common";
export declare class PreviewGalleryModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewGalleryModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewGalleryModule, [typeof i1.PreviewGalleryComponent, typeof i2.PreviewBtnDirective], [typeof i3.CommonModule], [typeof i1.PreviewGalleryComponent, typeof i2.PreviewBtnDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PreviewGalleryModule>;
}