https://github.com/ecodev/angular-natural-gallery
Angular wrapper for @ecodev/natural-gallery-js
https://github.com/ecodev/angular-natural-gallery
angular hacktoberfest
Last synced: 14 days ago
JSON representation
Angular wrapper for @ecodev/natural-gallery-js
- Host: GitHub
- URL: https://github.com/ecodev/angular-natural-gallery
- Owner: Ecodev
- License: mit
- Created: 2017-11-29T10:24:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-23T11:18:40.000Z (5 months ago)
- Last Synced: 2025-09-23T13:20:59.271Z (5 months ago)
- Topics: angular, hacktoberfest
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@ecodev/angular-natural-gallery
- Size: 2.33 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @ecodev/angular-natural-gallery
[](https://github.com/Ecodev/angular-natural-gallery/actions)
Thin wrapper for [@ecodev/natural-gallery-js](https://github.com/Ecodev/natural-gallery-js).
## Installation
To install this library, run:
```bash
yarn add @ecodev/angular-natural-gallery
```
## Consuming the library
In your standalone component, import `NaturalGalleryComponent`:
```typescript
@Component({
selector: 'app-root',
template: '',
imports: [NaturalGalleryComponent],
})
export class AppComponent {}
```
## Development
To generate all `*.js`, `*.d.ts` and `*.metadata.json` files:
```bash
$ yarn prod
```
To lint all `*.ts` files:
```bash
$ yarn lint
```
## License
MIT © [Samuel Baptista](mailto:samuel.baptista@ecodev.ch)