@twogate/ngx-photo-gallery
Version:
PhotoGallery library for Angular based on [PhotoSwipe](http://photoswipe.com/).
19 lines (18 loc) • 610 B
TypeScript
import { ApplicationRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LightboxService {
private applicationRef;
private lightbox;
private lightboxElement;
constructor(applicationRef: ApplicationRef);
create(): void;
destroy(): void;
/**
* Returns the lightbox element.
* This method is called after the lightbox is created.
* @returns HTMLElement
*/
getLightboxElement(): HTMLElement;
static ɵfac: i0.ɵɵFactoryDeclaration<LightboxService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LightboxService>;
}