lukasz-galka / ngx-gallery

Angular image gallery plugin
https://lukasz-galka.github.io/ngx-gallery-demo/
MIT License
436 stars 172 forks source link

ngx gallery click event on angular 7 #255

Open andaniel2029 opened 5 years ago

andaniel2029 commented 5 years ago

i want to add ngx-gallery click event.

i did as your documentation and guide.

But i can't catch any click event.

<ngx-gallery [options]="eventsExample.options" [images]="eventsExample.images" (change)="onChange($event)">

ts

onChange(data: any): void { console.log(data); }

can i help me???

rupesh45 commented 2 years ago

Dont put any type, just keep onChange(data){ console.log(data) }