-
-
Notifications
You must be signed in to change notification settings - Fork 592
Milestone
Description
In @ngx-translate/core
16 we were doing this:
translateService.translations[language]
// gives access to a Record with all translations for the language, e.g:
// {
// "a": "b",
// ...
// }
In @ngx-translate/core
17 I couldn't find similar API to access "all translations for the language".
I see the private translationService.store
property, but it's typescript-private.
How can we access "all translations for the language" now?
duryno, mrnagydavid, vkupar, davidvergnaultnc, fiddur and 5 more
Metadata
Metadata
Assignees
Labels
No labels