angular-material-gallery
v0.0.6
Published
Easy to use Angular Lightbox Gallery Based on Angular Material!
Downloads
12
Readme
AngularMaterialGallery
Easy to use Angular Lightbox Gallery Based on Angular Material!
- Install lib:
npm i angular-material-gallery
- Install dependency:
ng add @angular/material
- Import in your module:
import { AngularMaterialGallery } from 'angular-material-gallery';
- Usage:
public images = ['https://picsum.photos/200', '/assets/img2.png']
<lib-angular-material-gallery [images]="images"></lib-angular-material-gallery>
DEMO: https://angular-libs-showcase.web.app/material-gallery