kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Emit event on rotate #30

Open cyrilinho opened 4 years ago

cyrilinho commented 4 years ago

Hi, Would it be possible to add an event emitter when the user rotates the preview ? Sometinhg like : (event: Event, index: number, rotatevelue: number) => void

It would allow to get the rotatevalue in order to save the image. Thank you !

kolkov commented 4 years ago

Yes, I think it's possible to implement.