listen to change in [lightbox] #549
-
Hello, first of all, I am quite new to Angular. Thanks for the great work. My question is, how can I listen to These are my code snippets HTML-Template:
TS:
|
Beta Was this translation helpful? Give feedback.
Answered by
MurhafSousli
May 22, 2023
Replies: 1 comment 1 reply
-
Hi @rokozeit, You can access those streams from the this.galleryRef.itemClick.subscribe(x => {
// do something
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MurhafSousli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rokozeit, You can access those streams from the
galleryRef
, see the API https://github.com/MurhafSousli/ngx-gallery/wiki/Gallery-API#galleryref-api