ngx-translate / http-loader

A loader for ngx-translate that loads translations with http calls
MIT License
191 stars 69 forks source link

[ISSUE] RxJs 6.3.0 #55

Open niconaso opened 6 years ago

niconaso commented 6 years ago

Current behavior

The i18n JSON file isn't loaded when RxJs 6.3.0 is installed.

Expected behavior

I expect the JSON file is loaded correctly.

How do you think that we should fix this?

I don't realize why this occurs but after downgrade the RxJs version to 6.2.2 it worked fine.

Minimal reproduction of the problem with instructions

Environment

@ngx-translate/core": "10.0.2", @ngx-translate/http-loader": "3.0.1" Angular version: "6.1.6"

Browser:

For Tooling issues:

vamcs commented 5 years ago

I thought I also had this problem because of RxJs, but turns out it was just a HTTP interceptor that was blocking me from fetching the translations.

Schmaga commented 4 years ago

For anyone having a similar issue, this might be your solution: https://github.com/ngx-translate/core/issues/921