ng2-nouislider icon indicating copy to clipboard operation
ng2-nouislider copied to clipboard

Angular2 noUiSlider directive

Results 82 ng2-nouislider issues
Sort by recently updated
recently updated
newest added

I would like to upgrade this lib to use new Angular lib format - is it ok for me to create PR?

Migrates to the latest angular version and uses the CLI to do all the build tooling. BREAKING CHANGE: angular 8 or higher is now required to use this library This...

After I upgrade to angular 10 I execute ng build and I get this warning depends on 'nouislider'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see:...

The website https://refreshless.com/nouislider/ is blocked in India under the IT Act, 2000. It seems like a false positive. ![image](https://user-images.githubusercontent.com/13887830/129144519-b0280a5e-4e68-42bd-b96d-36c5e6463b13.png)

nouislider v15.1.1 changed the css location.

added a section to the readme on how to dynamically update the sliderOptions. For this I simply added a short snippet of code like this ### Dynamically update slider options...

Visit [https://refreshless.com/nouislider/slider-options/#section-keyboard-support](http://tb.github.io/ng2-nouislider/) Go to `Keyboard support` example Focus the first slider thumb(slider handle) or Click on first slider thumb Now press right arrow key to move first slider towards second...

I`m trying to implement a range slider with ng2-nouislider into a reactive form. I want to give the opportunity to split the range from 1 to 100. Maybe three ranges...

I've been trying to dynamically update the slider adding range sliders at the (click) event, but nothing seems to happen. HTML ``` ``` TS ``` configSliderSun: any = { start:...