webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 335 forks source link

Jest error: does not have emod property #456

Open Yassine-ala opened 2 years ago

Yassine-ala commented 2 years ago

image

I spent half a day to figure out that i need to override the plugin "ngx-bootstrap dependency" in order for it to work. ngx-bootstrap@6.0.0 not working for Angular 13.2

Fix: In package.json add : "overrides": { "ngx-bootstrap": "^8.0.0" },