gauravsoni119 / ng2-tel-input

MIT License
56 stars 56 forks source link

TypeError: this.ngTelInput.intlTelInput is not a function #25

Open khan8698 opened 6 years ago

khan8698 commented 6 years ago

Hi! I am using you component for ionic development with ionic version 3.9.2 and angular version 5.2.10. I imported this module in app.module.ts and when i try to use this component i would get following error.

ERROR Error: Uncaught (in promise): TypeError: this.ngTelInput.intlTelInput is not a function

Please also do tell me if i am missing any thing here. like importing any thing else or etc

Can you please check this. Thanks

azramahmutovic commented 6 years ago

Do you have more modules? You have to import it in a module where you're using it.

Mahmoud85 commented 5 years ago

have you solved this issue, I have same problem

voloKh28 commented 5 years ago

You do not need to use the intlTelInput, just use the function inside the proto isValidNumber() So this.ngTelInput.isValidNumber() will work fine and return the boolean value