UNPKG

rm-image-slider

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.

10 lines (9 loc) 389 B
import * as i0 from "@angular/core"; export declare class RmImageSliderService { constructor(); isBase64(str: string): boolean; base64FileExtension(str: string): string; orderArray(arr?: never[], orderType?: string): never[]; static ɵfac: i0.ɵɵFactoryDeclaration<RmImageSliderService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RmImageSliderService>; }