kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.

Home Page:https://ngx-gallery.kolkov.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emit event on rotate

cyrilinho opened this issue · comments

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 !

Yes, I think it's possible to implement.