@ecodev/angular-natural-gallery
TypeScript icon, indicating that this package has built-in type declarations

20.0.0 • Public • Published

@ecodev/angular-natural-gallery

Build Status

Thin wrapper for @ecodev/natural-gallery-js.

Installation

To install this library, run:

yarn add @ecodev/angular-natural-gallery

Consuming the library

In your standalone component, import NaturalGalleryComponent:

@Component({
  selector: 'app-root',
  template: '<natural-gallery [options]="{rowHeight: 400}"></natural-gallery>',
  standalone: true,
  imports: [NaturalGalleryComponent],
})
export class AppComponent {}

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ yarn prod

To lint all *.ts files:

$ yarn lint

License

MIT © Samuel Baptista

/@ecodev/angular-natural-gallery/

    Package Sidebar

    Install

    npm i @ecodev/angular-natural-gallery

    Weekly Downloads

    3

    Version

    20.0.0

    License

    MIT

    Unpacked Size

    30.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • powerkiki
    • sbaptista
    • stissot