Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with angular 1.5 and utils.js #114

Open
kotmatpockuh opened this issue Sep 29, 2016 · 6 comments
Open

error with angular 1.5 and utils.js #114

kotmatpockuh opened this issue Sep 29, 2016 · 6 comments

Comments

@kotmatpockuh
Copy link

kotmatpockuh commented Sep 29, 2016

I have an error about using 'in' intlTelInputUtilsis undefined in utils.js
this is undefined...

Uncaught TypeError: Cannot use 'in' operator to search for 'intlTelInputUtils' in undefined

@feitla
Copy link

feitla commented Dec 12, 2017

@kotmatpockuh did you ever resolve the issue? having a similar issue

@ofus
Copy link

ofus commented Jan 31, 2018

so am I, any luck @kotmatpockuh or @feitla ?

@akvaliya
Copy link

akvaliya commented Sep 2, 2019

I am facing the same issue after upgrading my project to Angular 8. Anyone have any idea?

@nadeemse
Copy link

nadeemse commented Sep 9, 2019

I am also facing the issue with Angular8, any luck with this ?

@mamacdon
Copy link

I had to add the intl-tel-input scripts to my project's angular.json after updating.

"scripts": [
  "node_modules/intl-tel-input/build/js/intlTelInput.js",
  "node_modules/intl-tel-input/build/js/utils.js"
]

In previous versions I think these got loaded automatically, but that doesn't seem to work anymore. 🤷‍♂

@akvaliya
Copy link

@mamacdon Thanks. That was the issue. In previous version intlTelInput.js was not needed to add in angular.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants