How to use jQuery knob in Ionic 2

I am planning to use the jQuery knob - http://anthonyterrien.com/knob/ - I am trying to build the ipod infinite scroll wheel type of an experience.
From what I have read… mixing jQuery & Angular (1 or 2) is not a clean / effective.

Can others share their insight on how I could potentially get this working… If others can better recommendations on how I can incorporate an infinite scroll wheel experience in my ionic 2 app that would be great too.

Thanks.

You would want to create a custom component that would be able to use this kind of component.

Though I might suggest looking for one without any jquery dependency (it’s the modern web, we dont need no jquery :smile:)

This could be a good starting point