UNPKG

@ngx-gallery/core

Version:

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

6 lines (5 loc) 214 B
import { ModuleWithProviders } from '@angular/core'; import { GalleryConfig } from './models/config.model'; export declare class GalleryModule { static withConfig(config: GalleryConfig): ModuleWithProviders; }