0.1.1 • Published 6 years ago

@kendraio/ngx-image-tagger v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Angular Image Tagger

The Image Tagger component from Kendraio App, split out into a separate reusable component.

Usage

Include the module in your app.module.ts file:

imports: [
    ...
    NgxImageTaggerModule
]

This module exposes an image tagger component you can use in your app:

<ngx-image-tagger src="/assets/fake-data/example-photo.jpg" [tags]="tags"
    alt="Example Photo" (tagsChanged)="onTagsChange($event)"></ngx-image-tagger>

Example

npm.io

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago