webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 333 forks source link

Is there any support for angular 15? #501

Open shahin4u000 opened 10 months ago

stephengardner commented 10 months ago

Anyone have a solution?

Khazii commented 10 months 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 👍

shahin4u000 commented 10 months ago

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?

Khazii commented 10 months ago

Yep! Forked it, fixed dependencies, manually tested and republished under a fresh repository and fresh npm package. 👍

l4nos commented 9 months ago

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"

Khazii commented 9 months ago

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.

DinakaranPaul commented 8 months ago

Hello I'm using angular 15 and ionic 7 capacitor, this plugins not working, any alternative?

ceotrammell commented 8 months ago

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.

DinakaranPaul commented 8 months ago

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

ceotrammell commented 8 months ago

@DinakaranPaul Good luck! https://github.com/ceotrammell/ngx-intl-tel-input-angular15-ionic7

DinakaranPaul commented 8 months ago

@ceotrammell Thanks for your replay I'm trying to integrate getting this errors

Screenshot 2023-12-11 at 6 23 40 PM
ceotrammell commented 8 months ago

@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

pedrofsantoscom commented 7 months ago

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

davidquintard commented 6 months 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 👍

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.

PushkinSharma commented 3 months 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 👍

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

ram-kuchibhotla commented 2 months ago

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 image