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
Above is the pseudo-code how it might look with ngx-translate.
The goal is to eliminate specifying namespace in every directive/pipe, but instead to specify it once on the component level (actually on the parent HTML element).
Is this supported by ngx-translate?
If not, are there any plans for this / any workarounds that we could do to make this happen?
The text was updated successfully, but these errors were encountered:
Hello,
We are currently using ngx-translate the way we specify namespace together with the translation key for each line:
Back in the past when we were working with AngularJS, angular-translate plugin would allow us to do to this:
Above is the pseudo-code how it might look with ngx-translate.
The goal is to eliminate specifying namespace in every directive/pipe, but instead to specify it once on the component level (actually on the parent HTML element).
Is this supported by ngx-translate?
If not, are there any plans for this / any workarounds that we could do to make this happen?
The text was updated successfully, but these errors were encountered: