ngx-intl-tel-input icon indicating copy to clipboard operation
ngx-intl-tel-input copied to clipboard

Is there any support for angular 15?

Open shahin4u000 opened this issue 9 months ago • 16 comments

shahin4u000 avatar Oct 03 '23 08:10 shahin4u000

Anyone have a solution?

stephengardner avatar Oct 19 '23 23:10 stephengardner

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 👍

Khazii avatar Oct 22 '23 12:10 Khazii

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?

shahin4u000 avatar Oct 22 '23 16:10 shahin4u000

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

Khazii avatar Oct 22 '23 18:10 Khazii

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"

l4nos avatar Oct 27 '23 01:10 l4nos

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.

Khazii avatar Oct 27 '23 07:10 Khazii

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

DinakaranPaul avatar Dec 06 '23 06:12 DinakaranPaul

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.

ceotrammell avatar Dec 06 '23 21:12 ceotrammell

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 avatar Dec 08 '23 05:12 DinakaranPaul

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

ceotrammell avatar Dec 08 '23 20:12 ceotrammell

@ceotrammell Thanks for your replay I'm trying to integrate getting this errors Screenshot 2023-12-11 at 6 23 40 PM

DinakaranPaul avatar Dec 11 '23 12:12 DinakaranPaul

@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

ceotrammell avatar Dec 11 '23 20:12 ceotrammell

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

pedrofsantoscom avatar Jan 16 '24 12:01 pedrofsantoscom

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.

davidquintard avatar Feb 04 '24 08:02 davidquintard

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

PushkinSharma avatar Apr 23 '24 10:04 PushkinSharma