0.0.6 • Published 2 years ago
angular-lightbox-gallery v0.0.6
Angular Lightbox Gallery
Easy to use, Lightweight, Lightbox Gallery!
npm i angular-lightbox-galleryimport { LightboxGallery } from 'angular-lightbox-gallery';- add it to the imports array in the desired angular module or standalone component;
USAGE
TS File:
public gallery = ['https://picsum.photos/700', 'https://picsum.photos/600', 'https://picsum.photos/500', 'https://picsum.photos/400']HTML File:
<lightbox-gallery [gallery]="gallery"></lightbox-gallery>DEMO: https://angular-libs-showcase.web.app/lightbox-gallery