Skip to content

Missing access to translationService.translations #1583

@kirillgroshkov

Description

@kirillgroshkov

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions