Closed Urvishdudhagara closed 8 months ago
Yesterday I face the same thing using angular 15.
Use the ngx-slider-v2 package
Not sure what is the problem with the base one, but when installing the v2 version make sure to read the doc and install the proper package version. In your case:
npm install ngx-slider-v2@16.0.0
that will solve the problem, with that I am successfully using the slider.
I reviewed this "ngx-slider-v2" package and I'm hesitant to use it myself. The NPM package is rather misleading, linking back to this repository, documentation, etc. even though it is maintained in a different repository. Furthermore, the repository from which is it maintained appears to be a fork of a fork of this repository. I'm not explicitly saying this is an issue but it certainly raises eyebrows.
I personally would like to see official support for NG 14/15/16 from this repository.
I reviewed this "ngx-slider-v2" package and I'm hesitant to use it myself. The NPM package is rather misleading, linking back to this repository, documentation, etc. even though it is maintained in a different repository. Furthermore, the repository from which is it maintained appears to be a fork of a fork of this repository. I'm not explicitly saying this is an issue but it certainly raises eyebrows.
I personally would like to see official support for NG 14/15/16 from this repository.
I created the ngx-slider-v2 fork to update the lib to support Angular 14+ because the current oficial version does not support Ivy so it cannot be used in recent versions of Angular.
Altough it seems to be in the plans to update for Ivy support see, you can see my fork as a workaround until that isn't done.
@danisss9 when I try to use your slider with min = 25, max=68M, and logScale = true browser is freezed and then dead. Do you have any idea how I can avoid it?
@danisss9 when I try to use your slider with min = 25, max=68M, and logScale = true browser is freezed and then dead. Do you have any idea how I can avoid it?
There is a open issue on my Fork about a performance regression compared to this version, but i still didn't find the culprit, would appretiate help trying to debug it
@danisss9 when I try to use your slider with min = 25, max=68M, and logScale = true browser is freezed and then dead. Do you have any idea how I can avoid it?
I think there might be a workaround for your use case: https://github.com/danisss9/ngx-slider/issues/5#issuecomment-1684406881
ngx-slider-v2@16.0.0 worked for me. Waiting on implementation in this package.
ngx-slider
doesn't work with Angular 16.
To solve it, you will need to replace ngx-slider by ngx-slider-v2. https://www.npmjs.com/package/ngx-slider-v2.
Follow those steps:
To do that, run npm i ngx-slider-v2
Then, where you're importing ngx-slider, replace your import by this one :
import { Options } from 'ngx-slider-v2'
Remove 'ngx-slider' dependency on your package.json
file. You don't need it anymore.
It would be ideal if maintenance of this project could be transferred to someone else.
Making this package work with angular 16+ would be great! :)
@danisss9 Why not make a pull request of your work on v2 on this repo ? Maybe they'll be able to accept it quickly?
@danisss9 Why not make a pull request of your work on v2 on this repo ? Maybe they'll be able to accept it quickly?
I could do it, but I just updated the library itself, it still has some broken things like: the docs website generation scripts, some tests and github actions
@danisss9 let me know if you need a hand fixing that stuff, as I'm invested in keeping this project up for work.
Edit: if you're planning on making a PR to merge your fork.
@AlDrag yes help would be apreciated and i dont mind making a pull request after all that is fixed
Edit: if the original repo gets updates again there wont be a need for my fork
Hello everyone, original maintainer of ngx-slider here.
Long story short, this project has stagnated due to reasons better explained in Github issue #351.
But, there is good news. I am now in a position to return to this project and I am very much open to discussing its future, including taking contributions from pull requests and passing the admin duties to another trusted person.
I have created a Discord server called ngx-slider that I wish to use for discussion on the future of this project. Please join it using the link below:
Any update on this issue ?
@Kaizodo Yes, there is progress. @danisss9 has created a PR from his fork of the repository to upgrade to Angular 17 (#363) and I'm working on reviewing and merging it. I expect the v17 release could be ready by the end of next week (11th Feb).
A further update: I have merged the PR to support Angular 17 (#363) and other supporting work that I have done on top of that.
However, there has been a bit of a snag with converting end-to-end (e2e) tests from old protractor framework to new playwright framework. I would like to convert a few more of these tests to have at least a basic coverage of the most important test suites before making a final v17 release.
So the checklist for release as of now is to:
I expect to tick off most of these items in the next day or two.
And we are done, I just published version 17.0.0 of the slider with Angular 17 support. Thank you for the patience.
Backports to previous Angular versions (14 through 16) will be completed in the near future.
I am closing this issue as the immediate concern of supporting new Angular versions has been addressed.
Work to add backports will be tracked in #368.
I use ngx-slider in my project but facing error:
Error: src/app/components/e-commerce/e-commerce.module.ts:67:5 - error NG6002: 'NgxSliderModule' does not appear to be an NgModule class.
67 NgxSliderModule