UNPKG

ng-image-video-gallery

Version:

Angular Image slider with lightbox. An Angular responsive image slider with lightbox popup. Also support youtube url, image base64 string and mp4 video urls and base64 string.

7 lines (6 loc) 200 B
export declare class NgImageSliderService { constructor(); isBase64(str: any): boolean; base64FileExtension(str: any): any; orderArray(arr?: any[], orderType?: string): any[]; }