Open pabbu1990 opened 5 years ago
I want to use getCountryData() static function mentioned in intl-tel-input documentation to set localized countries. Wondering how I can do it in this angular plugin. Did anyone try this?
I have been trying and managed to get the list:
telInputObject(obj) { console.log(obj); this.countriesList = obj['p'] }
I want to use getCountryData() static function mentioned in intl-tel-input documentation to set localized countries. Wondering how I can do it in this angular plugin. Did anyone try this?