Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for Angular 15? #187

Open
charlesritchea opened this issue Dec 13, 2023 · 3 comments
Open

Release for Angular 15? #187

charlesritchea opened this issue Dec 13, 2023 · 3 comments

Comments

@charlesritchea
Copy link

charlesritchea commented Dec 13, 2023

While I'm able to get the Angular 16 release to work with 15, it produces peerDep mismatch warnings and Angular 14-17 are all still supported. I have a non-angular-cli monorepo that has been a huge pain to migrate toward angular-cli and the material changes in 15 (which are required by 16 but not 15 actually) will take a very long time to fix. I don't really expect you to cut a release, but try to not skip angular releases please

@ArtemDintecom
Copy link
Contributor

@charlesritchea There actually was a version for Angular 15, but the PR was not accepted for so long that Angular 16 managed to come out and the version was skipped. But you can use this version by adding this to package.json:

  "dependencies": {
    ...
    "ngx-currency": "https://github.com/dintecom/ngx-currency-dist#v15.0.0-2",
    ...
  }

NPM doesn't always understand these links well, so you may have to clean out the node_modules folder and install the packages again with npm install.

@charlesritchea
Copy link
Author

Thanks!

@GiustiRo
Copy link

https://www.npmjs.com/package/ngx-currency/v/2.5.3
I'm ussing this version for Angular v15, it's stable and no workarounds required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants