UNPKG

@ngx-gallery/lightbox

Version:

Angular gallery directive that hooks the lightbox with the images automatically.

6 lines (5 loc) 212 B
import { ModuleWithProviders } from '@angular/core'; import { LightboxConfig } from './lightbox.model'; export declare class LightboxModule { static withConfig(config: LightboxConfig): ModuleWithProviders; }