UNPKG

@rybos/ngx-gallery

Version:

A simple responsive native gallery component for Angular 15.

21 lines (20 loc) 1.45 kB
import { HammerGestureConfig } from '@angular/platform-browser'; import * as i0 from "@angular/core"; import * as i1 from "./ngx-gallery.component"; import * as i2 from "./ngx-gallery-image/ngx-gallery-image.component"; import * as i3 from "./ngx-gallery-arrows/ngx-gallery-arrows.component"; import * as i4 from "./ngx-gallery-thumbnails/ngx-gallery-thumbnails.component"; import * as i5 from "./ngx-gallery-preview/ngx-gallery-preview.component"; import * as i6 from "./ngx-gallery-action/ngx-gallery-action.component"; import * as i7 from "./ngx-gallery-bullets/ngx-gallery-bullets.component"; import * as i8 from "@angular/common"; export declare class CustomHammerConfig extends HammerGestureConfig { overrides: any; static ɵfac: i0.ɵɵFactoryDeclaration<CustomHammerConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CustomHammerConfig>; } export declare class NgxGalleryModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgxGalleryModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGalleryModule, [typeof i1.NgxGalleryComponent, typeof i2.NgxGalleryImageComponent, typeof i3.NgxGalleryArrowsComponent, typeof i4.NgxGalleryThumbnailsComponent, typeof i5.NgxGalleryPreviewComponent, typeof i6.NgxGalleryActionComponent, typeof i7.NgxGalleryBulletsComponent], [typeof i8.CommonModule], [typeof i1.NgxGalleryComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxGalleryModule>; }