webcat12345 / ngx-intl-tel-input

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

Please provide support for Anguar 14 #477

Open rsystems-8601 opened 1 year ago

rsystems-8601 commented 1 year ago

Hi Sir,

I have used your NPM package [ngx-intl-tel-input] in my site mimik.

Suddenly client upgraded Angular-CLI version to 14.2.6. But your npm package not supporting Angular 14, So can you please allow your package dependencies with Angular 14 version. It is working fine with Angular -14 as I have tested it with forcefully installation. You may check too. Problem is only that without force it is not supporting Angular-14 , you just need to allow in NPM package. I trust you will help us to save my customer trust too.

ZaydImr commented 1 year ago

I wanted to upgrade from Angular 13 to 14 after the upgrade I found some issues with @angular/animations so I uninstalled ngx-intl-tel-input and I wanted to reinstall it again but sadly ... :

image

ZaydImr commented 1 year ago

@webcat12345 I guess this is the issue :

image

dnlrbz commented 1 year ago

https://github.com/webcat12345/ngx-intl-tel-input/pull/460

trungjc commented 1 year ago

I used Yarn to install the package and it work for me

rsystems-8601 commented 1 year ago

Thanks for your great support.

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: Daniil @.> Sent: 08 December 2022 12:44 To: @.> Cc: Pradeep Shankar @.>; @.> Subject: Re: [webcat12345/ngx-intl-tel-input] Please provide support for Anguar 14 (Issue #477)

CAUTION: This message is sent from outside of "R SYSTEMS". Please DO NOT CLICK links or open attachments unless you recognize the source of this email and know the content is safe.

460https://github.com/webcat12345/ngx-intl-tel-input/pull/460

— Reply to this email directly, view it on GitHubhttps://github.com/webcat12345/ngx-intl-tel-input/issues/477#issuecomment-1342182798, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKDY3YNJJEI2HZR5H3OZYODWMGDFBANCNFSM6AAAAAASIFJA4E. You are receiving this because you authored the thread.Message ID: @.***>

The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, please immediately alert the sender by reply e-mail and then delete this message. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited. R Systems has taken every reasonable precaution to minimize the risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment.

ZaydImr commented 1 year ago

And it's still not updated on npm 👀 @trungjc @webcat12345 image

steph2466 commented 1 year ago

any news about publishing a release for Angular 14?

steph2466 commented 1 year ago

The version currently available at https://www.npmjs.com/package/ngx-intl-tel-input is: 3.2.0 (only compatible with Angular 13)

Is the release of v3.3.0 (compatible with Angular 14) planned?

DanielRivers commented 1 year ago

Someone forked and updated to 14 here: https://github.com/webcat12345/ngx-intl-tel-input

ZaydImr commented 1 year ago

@DanielRivers @steph2466 @Un1xMida @rsystems-8601 @dnlrbz here you go : https://www.npmjs.com/package/ng-tel

ksprog commented 1 year ago

@ZaydImr I tried using the ng-tel package instead but i get an error when i try. I import it the same way like i did with the original package (of course changing to ng-tel naming as described) but at compile time i get following error: Error: Module not found: Error: Can't resolve 'ng-tel' in '/Users/...' Can you make it work? Something i should remember? Thanks for your help in advance!

ZaydImr commented 1 year ago

@ksprog Alright bro I will check it, if there is any news I will let tou know .

ksprog commented 1 year ago

@ksprog Alright bro I will check it, if there is any news I will let tou know .

Did you have a chance to take a look? If you could make it work can you share a stackblitz or something where I can see how you did it?