-
Notifications
You must be signed in to change notification settings - Fork 12k
× in HTML displayed as × in prod build instead of 'X' #7053
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
Comments
Even I have the following charset in my index.html:
|
Any help? |
Hi, The issue was with UTF-8 encoding. Added the following configuration in spring boot to resolve the issue: spring.messages.encoding=UTF-8 Reference: http://netkiller.github.io/java/spring/boot/application.properties.html#charset Thanks, |
Closing then. |
@harikrishnan-u01 Thanks for saving my time 👍 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
×
in HTML displayed as × in prod build instead of 'x'.This is working fine in Dev build.
PFB screenshot:
Can you help in resolving this?
Am using "@angular/cli": "1.3.0-beta.0",
Thanks,
Hari
The text was updated successfully, but these errors were encountered: