You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 7 more