We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in package.json
{ "name": "ng4-intl-phone", "version": "1.2.1", "description": "International phone prefix library for Angular 2 & 4", "main": "./ng4-intl-phone.umd.js", .... }
file ./ng4-intl-phone.umd.js is not generated. This should be changed to ./ng4-intl-phone.js.
./ng4-intl-phone.umd.js
./ng4-intl-phone.js
This is required for compatibility with ivy otherwise ng build will through error
ng build
The text was updated successfully, but these errors were encountered:
Sorry guys, I was away for a while. Fixed with angular 14 version
Sorry, something went wrong.
No branches or pull requests
in package.json
file
./ng4-intl-phone.umd.js
is not generated. This should be changed to./ng4-intl-phone.js
.This is required for compatibility with ivy otherwise
ng build
will through errorThe text was updated successfully, but these errors were encountered: