Angular国际电话号码与国家代码和国旗

时间:2017-05-31 15:14:08

标签: angular phone-number mobile-country-code

在My Angular应用程序中,我尝试使用Country标志和验证来实现国际电话号码字段。 与此相同

https://github.com/hodgepodgers/ng-intl-tel-input 及其演示网站 http://hodgepodgers.github.io/ng-intl-tel-input/

经过大量搜索后没有为Angular获取任何东西。

3 个答案:

答案 0 :(得分:17)

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

我开始为此创建库但尚未完成。您可以为我的存储库做贡献。无论如何,组件的基本概念已经完成并进行任何更改。

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

答案 1 :(得分:3)

Gihub

我在我的项目中使用这个库它会有所帮助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

答案 2 :(得分:1)

现在没有开箱即用的解决方案。因此,您可以尝试使用指令包装jQuery解决方案并在整个项目中使用它。这是NPM module link