-
-
Notifications
You must be signed in to change notification settings - Fork 241
Support for Angular 5 i18n APIs #1133
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
...we need this! :) |
Any updates? |
We really need this! Any updates?? I followed the approach suggested by @hettiger on this issue and the solution works. However, it can cause lots of problems, as he mentioned, whenever there's an update on that. I was wondering if someone has another idea in mind. I tried replacing the ES6 |
Hi guys, I found a solution to this issue. I tried maintaining the new "import" and don't change any file or position. I worked with italian but I think this will be the right solution for each language: In my file app.module.ts I put the following code:
and in the same file as providers I wrote: Now it works perfectly. Hope this will be helpful |
This approach worked for me: https://stackoverflow.com/questions/46419026/missing-locale-data-for-the-locale-xxx-with-angular |
Research if the new i18n tooling can replace the nativescript-intl package.
The text was updated successfully, but these errors were encountered: