-
Notifications
You must be signed in to change notification settings - Fork 343
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
Is there any support for angular 15? #501
Comments
Anyone have a solution? |
Hi guys, I forked this and upgraded it to Angular 16 here: https://www.npmjs.com/package/@khazii/ngx-intl-tel-input as the owner of this repo seems to be inactive. I'm using it in my own project with no problems. Let me know if it doesn't work for you. The source code remains unchanged 👍 |
I just want to learn how you did it. You just forked the repository and updated the Angular version accordingly, and out of it, you created this npm project. That's it? |
Yep! Forked it, fixed dependencies, manually tested and republished under a fresh repository and fresh npm package. 👍 |
Dependancies are still not right sorry! It won't let me install on angular 13, you have set minimum requirement to be 16.2.0. Should be ">=13.0.0" |
Hi! If you're referring to my package that's intended, this package stopped supporting Angular >=v15 Anyone below v15 should continue using this package as it still supports you. |
Hello |
I personally have it running with Angular 15 & Ionic 7 with no issue... However, the catch lol... I had to create a folder in src... "/src/ngx/ngx-intl-tel-input" and I resolved the bugs on my own. If needed I can create a repo or zip the files for you but it did take some work to resolve. |
@stephengardner thanks for your reply |
@ceotrammell Thanks for your replay |
@DinakaranPaul It is because it is installing @angular/common@17 and it is not compatible with https://www.npmjs.com/package/ngx-intl-tel-input. My demo project was strictly for anyone who needs Angular ~15 and Ionic ~7. That being said https://www.npmjs.com/package/@khazii/ngx-intl-tel-input has Angular 16... I am unsure if anyone has Angular 17 available yet. I could try to publish a package for other if needed but I am currently rocking Angular 15 and Ionic 7, so I have no ventured further lol |
i'm using https://www.npmjs.com/package/ngx-intl-tel-input-gg that supports angular 17. it should also support all versions from 8-17 of angular |
npm install --save @khaziingx-intl-tel-input |
Getting the same error |
No description provided.
The text was updated successfully, but these errors were encountered: