Thin wrapper for @ecodev/natural-gallery-js.
To install this library, run:
pnpm add @ecodev/angular-natural-galleryIn your standalone component, import NaturalGalleryComponent:
@Component({selector: 'app-root',template: '<natural-gallery [options]="{rowHeight: 400}"></natural-gallery>',imports: [NaturalGalleryComponent],})exportclassAppComponent{}To generate all *.js, *.d.ts and *.metadata.json files:
$ pnpm prodTo lint all *.ts files:
$ pnpm lintMIT © Samuel Baptista