ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

Self-contained, mobile friendly slider component for Angular based on angularjs-slider

Results 130 ngx-slider issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...

dependencies

There are window references in `src/ngx-slider/lib/compatibility-helper.ts` which break Server-Side rendering. This could be fixed like this: ``` private static getWindow(): any { const win: Window = typeof window !== 'undefined'...

The sliders suffers from performance issues when dragging if there are a lot of components on the page. This can be seen on the [demo page](https://angular-slider.github.io/ngx-slider/demos). ![slider-drag-perf](https://user-images.githubusercontent.com/72603633/100597566-e5e46f80-32fd-11eb-9556-689e1cee5d96.gif) It seems that...

No updates for ~15 months and 2 versions behind on Angular. Looks like radio silence on issues from maintainers as well? Anyone know if this library is officially "dead"?

From Angular 13: Processing legacy "View Engine" libraries: - @angular-slider/ngx-slider [es2015/esm2015] (https://github.com/angular-slider/ngx-slider.git) Encourage the library authors to publish an Ivy distribution.

### Description It would be a nice to have a heatmap indicator. to help the user with the 'guessing game' ### Why Example if you would price a product or...

enhancement
accepted

Hello, is dynamic translation of tags supported? In our project, we use this component and must change the language on the fly. but the labels do not change their language...

Is there any way to stop this slider from responding to right click using a mouse. In other words I want this slider to register and respond to only left...

Hi. Thank you for the wonderful library. Is it possible to add multi-colors in bar as shown in the image? ![image](https://user-images.githubusercontent.com/11595290/137443970-91976837-fb5c-414b-917e-ec3a74917cc3.png)