UNPKG

@vinlos/ngx-gallery

Version:

A simple responsive native gallery component for Angular 18.

15 lines (14 loc) 626 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxGalleryService { private renderer; private swipeHandlers; manageSwipe(status: boolean, element: ElementRef, id: string, nextHandler: () => void, prevHandler: () => void): void; validateUrl(url: string): string; getBackgroundUrl(image: string): string; getFileType(fileSource: string): string; private getSwipeHandlers; private removeSwipeHandlers; static ɵfac: i0.ɵɵFactoryDeclaration<NgxGalleryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxGalleryService>; }