-
Notifications
You must be signed in to change notification settings - Fork 91
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
Ng2Webstorage possibly causes error on angular i18n module #21
Comments
Hi, i never encountered this error. Can you show me how you're importing the library? |
Hi, yes i'm using angular-cli (beta-16), I think webpack is included. I configured the xi18n tool according to this howto-guide: https://angular.io/docs/ts/latest/cookbook/i18n.html#!#create-a-translation-source-file-with-the-_ng-xi18n_-tool It seems that "angular2-moment" had a similar error: urish/ngx-moment#68 . That's where I found the approach with the *.metadata.json files. |
Hi, the v1.3.3 should fix your issue. Please let me know if you encounter any other issue. |
no news? I assume the problem was solved with the last build. I close this issue, feel free to open another if you want. |
Sorry for my late response. I tested the new version successfully, the error has gone - Thank you! |
I just configured the built-in Angular i18n service to my project that uses Ng2Webstorage.
On calling "ng-xi18n", the following error occurs:
Maybe it just a configuration mistake that I have done, but perhaps it is possible to add *.metadata.json files to fix the problem.
Can anyone evaluate this?
The text was updated successfully, but these errors were encountered: