What we want to do
Use a separate translateLoader that loads it's own translations for a certain module in our app.
What we have tried
Al lot of different combinations of TranslateModule.forChild
/TranslateModule.forRoot
, with or without isolate: true
Plunker to show the issue
https://embed.plnkr.co/iw7fnwRwK0BbySVKxnZd/
Are we doing something wrong or is this an issue in ngx-translate?
p.s. I have posted the same issue in the GitHub issues of ngx-translate: https://github.com/ngx-translate/core/issues/682