angular-natural-gallery
/
18.0.0
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
Thin wrapper for @ecodev/natural-gallery-js.
To install this library, run:
yarn add @ecodev/angular-natural-gallery
In your standalone component, import NaturalGalleryComponent
:
@Component({
selector: 'app-root',
template: '<natural-gallery></natural-gallery>',
standalone: true,
imports: [NaturalGalleryComponent],
})
export class AppComponent {}
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ yarn prod
To lint all *.ts
files:
$ yarn lint
MIT © Samuel Baptista