UNPKG

@udhsin/ngx-image-viewer

Version:

A configurable Angular image viewer component, compatible with Angular 2+

5 lines (4 loc) 280 B
export * from './lib/ngx-imageviewer.module'; export { ImageViewerComponent } from './lib/ngx-imageviewer.component'; export { ToggleFullscreenDirective } from './lib/fullscreen.directive'; export { ImageViewerConfig, CustomEvent, } from './lib/ngx-imageviewer-config.model';