I want to use a range slider in an angular project and I tried using one available module for angular 4.
It works fine during compilation but when I try to build it for deployment, it throws the below error.
I checked for the option of using jQuery plugin directly in the angular project and I'm only getting options for doing it in Angular 2.
Is there any way we can use jQuery plugins in Angular 4?
Please let me know.
