Open khan8698 opened 6 years ago
Do you have more modules? You have to import it in a module where you're using it.
have you solved this issue, I have same problem
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
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