Skip to content

angular-natural-gallery 18.0.0

Install from the command line:
Learn more about npm packages
$ npm install @ecodev/angular-natural-gallery@18.0.0
Install via package.json:
"@ecodev/angular-natural-gallery": "18.0.0"

About this version

@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></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

Details


Assets

  • angular-natural-gallery-18.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0