Coder Social home page Coder Social logo

Comments (7)

lukasz-galka avatar lukasz-galka commented on June 15, 2024 8

please check version 1.0.3 and event change.

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

ts

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

Demo available here https://lukasz-galka.github.io/ngx-gallery-demo/#events

from ngx-gallery.

lukasz-galka avatar lukasz-galka commented on June 15, 2024

Hi @avvie currently there is no option/event for this. I can try to implement this tomorrow.

from ngx-gallery.

avvie avatar avvie commented on June 15, 2024

Cheers mate. Let me know when, ill try to look at how you did it for learning as well.. Cause i was searching all. Day to figure out how to get data from something that is inside node_modules

from ngx-gallery.

avvie avatar avvie commented on June 15, 2024

I saw you made a commit today, did you manage to implement getting the current selection?

from ngx-gallery.

lukasz-galka avatar lukasz-galka commented on June 15, 2024

not yet, but I'm working on it

from ngx-gallery.

avvie avatar avvie commented on June 15, 2024

You are a literal god! thanks !! this works great

from ngx-gallery.

andaniel2029 avatar andaniel2029 commented on June 15, 2024

hello, lukasz-galka!

I followed your code.

But my console window didn't appear anything.

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

ts

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

help me!!!

from ngx-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.