cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

emit an event on user selecting cropped area ? #132

Closed figuerres closed 7 years ago

figuerres commented 7 years ago

not sure how i am supposed to know the user has changed the image / cropped data? seems like the cropper should emit an event for the change and the application would listen to the chnage event.

figuerres commented 7 years ago

(onCrop)="cropped($event)" sorry found this after i posted... this will work i think.

will close the issue when i have tested the app and it works.

figuerres commented 7 years ago

solved.... thanks!