@ecodev/angular-natural-gallery
v24.0.1
Published
[](https://github.com/Ecodev/angular-natural-gallery/actions)
Readme
@ecodev/angular-natural-gallery
Thin wrapper for @ecodev/natural-gallery-js.
Installation
To install this library, run:
yarn add @ecodev/angular-natural-galleryConsuming the library
In your standalone component, import NaturalGalleryComponent:
@Component({
selector: 'app-root',
template: '<natural-gallery [options]="{rowHeight: 400}"></natural-gallery>',
imports: [NaturalGalleryComponent],
})
export class AppComponent {}Development
To generate all *.js, *.d.ts and *.metadata.json files:
$ yarn prodTo lint all *.ts files:
$ yarn lintLicense
MIT © Samuel Baptista
