Open shahin4u000 opened 1 year ago
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"
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'm using angular 15 and ionic 7 capacitor, this plugins not working, any alternative?
Hello I'm using angular 15 and ionic 7 capacitor, this plugins not working, any alternative?
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.
Hello I'm using angular 15 and ionic 7 capacitor, this plugins not working, any alternative?
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 I needed please help on this
@DinakaranPaul Good luck! https://github.com/ceotrammell/ngx-intl-tel-input-angular15-ionic7
@ceotrammell Thanks for your replay I'm trying to integrate getting this errors
@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
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 👍
npm install --save @khaziingx-intl-tel-input npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "@khaziingx-intl-tel-input" of package "@khaziingx-intl-tel-input": Tags may not have any characters that encodeURIComponent encodes.
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 👍
npm install --save @khaziingx-intl-tel-input npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "@khaziingx-intl-tel-input" of package "@khaziingx-intl-tel-input": Tags may not have any characters that encodeURIComponent encodes.
Getting the same error
Hi Everyone, -intl-tel-input dropdown is overlapping with the bottom input/select. unable to fix. please help. I have added screenshot from stackoverflow. Please help
Anyone have a solution?