-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add Angular 7 support #29
Comments
It is strange because it was with the only package that did not work (there were 2 more with the same error), I added the following configuration to
Try installing directly |
I habe to admit, I abbandoned the idea of using ngx-translate with the po-loader since I could not work around this problem. Since it seems that @biesbjerg has abandoned this project I went ahead and used angular-l10n instead. I had to jump through a few hoops but got it up & running, even working with the ngx-translate-extractor, which wasn't built for angular-l10n at all. It doesn't with the full angular-l10n featureset, but good enough to extract .po files. I convert these .po files on the fly with a small server-side python script, but working with .mo files should work as well. I hope @biesbjerg will find the time someday to maintain this project again. |
@Mohl @daniel-bikemap meanwhile can go trying the solution provided in #22 (#22 (comment)), so far, I compiled as much as I ran in the browser! |
You should probably change
to
That worked for me. |
With Angular 7, I get the following warnings:
I am using Angular 7 with ngx-translate/core 11.x and ngx-translate/http-loader 4.x.
The text was updated successfully, but these errors were encountered: