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) 232 B
import { HttpClient } from '@angular/common/http'; export declare class SliderService { private http; constructor(http: HttpClient); getoEmbedResponse(url: any, videoUrl: any): import("rxjs").Observable<Object>; }