ngx-international-phone-number
ngx-international-phone-number copied to clipboard
Get more info from the object
It would be great if we could get more info on the form, like country info (country code, iso value, name...)
Apart from that, great work!
Ok, let me see if I can extract that.
Hey @nikhiln - have you got a chance to look into this? Our API expects country code and phone number separately. If I get the code from onCountryCodeChanged
event, I can extract the mobile number from the input field. Currently, onCountryCodeChanged
emits a string and if we change it to an object, that will be a breaking change.