-
Notifications
You must be signed in to change notification settings - Fork 159
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
The npm download Version 16.1.28 doesn't work with Internationalization. #25
Comments
@j-nord We regret for the inconvenience caused. We are unable to reproduce this issue. Can you please share the following information?
This will enable us to understand more about the problem and give proper solution. Regards, |
Hi Bharath, the internationalization does not work properly ! Our project.json: {
npm version 5.7.1 We get only a polyfill error because we run the program in Chrome Version 65.0.3325.181 (Offizieller Build) (64-Bit) It can not be a cldr error because when we only recovery the old @syncfusion directory it runs! Regards |
@j-nord I will try again with your package.json configuration. Meantime, Can you please describe how internationalization does not work properly like formatting not applied, controls are not rendering, any specific control not working etc? Also, please share the screenshot of polyfill error with stack-trace that you are facing in chrome. Regards |
See also follow issue: #25
de.js:1 Uncaught ReferenceError: IntlPolyfill is not defined Regards |
@j-nord Thanks for the information. It turns out to be an issue with package referencing in our angular npm package. To resolve this issue, please add js npm packages as well in your package.json such as ej2-grids, ej2-calendars etc., with same version. We will update the full response with complete sample and timeline for the fix asap. Regards, |
Hi @j-nord , We are able to reproduce the issue and the npm dependency references in the Angular npm packages is the cause of the issue. We have logged an issue report for this and the fix for this issue will be available by next patch release (April 10, 2018). As of now, we suggest you to use the javascript npm package along with Angular package to resolve the issue
Please refer the below sample for further details. https://github.com/jasparvathi/AngularWebpackVisualStudio/ Regards, |
The npm download Version 16.1.28 doesn't work with Internationalization.
When we recovert a older directory (@syncfusion) of Version 16.1.28 from a backup, the Internationalization works. When we install the Version over npm download it doesn't work.
We searched one day for errors to find out that there is a broken version on the npm server. That's the second time. What's going on there??
Regards
j.nord
The text was updated successfully, but these errors were encountered: