@ngx-gallery/core
Version:
Angular gallery directive that hooks the lightbox with the images automatically.
12 lines (11 loc) • 570 B
TypeScript
export * from './lib/services/gallery.service';
export * from './lib/services/gallery-ref';
export * from './lib/components/gallery.component';
export * from './lib/components/templates/items.model';
export * from './lib/components/templates/gallery-iframe.component';
export * from './lib/components/templates/gallery-image.component';
export * from './lib/components/templates/gallery-video.component';
export * from './lib/models/config.model';
export * from './lib/models/gallery.model';
export * from './lib/models/constants';
export * from './lib/gallery.module';