web-dev-qa-db-ja.com

Angular国番号とフラグを含む国際電話番号

My Angularアプリケーションでは、国のフラグと検証を含む国際電話番号フィールドを実装しようとしています。同じように同じ

https://github.com/hodgepodgers/ng-intl-tel-input およびそのデモサイト http://hodgepodgers.github.io/ng-intl-tel-input/

多くの検索の後、Angularに何も得られませんでした。

16
Manu

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

このためにライブラリを作成し始めましたが、まだ完了していません。私のリポジトリに貢献できます。とにかく、コンポーネントの基本概念はすでに完成しており、変更を加えます。

https://www.npmjs.com/package/ngx-intl-tel-input

17
blackiii

Github

私はプロジェクトでこのライブラリを使用していますが、 International Telephone Input に役立ちます。これも非常に役立ちます。

 Features:-
   1.Automatically select the user's current country using an IP lookup
   2.Automatically set the input placeholder to an example number for the selected country
   3.Navigate the country dropdown by typing a country's name, or using up/down keys
   4.Handle phone number extensions
   5.The user types their national number and the plugin gives you the full 
   standardized international number
   6.Full validation, including specific error types
   Retina flag icons
   7.Lots of initialisation options for customisation, as well as public methods 
for interaction
3
Kondal

現在、すぐに使用できるソリューションはありません。そのため、jQueryソリューションをディレクティブでラップして、プロジェクト全体で使用することができます。 NPMモジュールリンク です。

1
Mikki