See console of
https://stackblitz.com/edit/angular-aa3pmd?file=src/app/app.component.ts
@NetanelBasal
...btw I have a feeling that Translation[] is a valid return type as well selectTranslate<T = string | Translation | string[]>
Ok, it wasn't exactly working this way in ngx-translate either, if you used messageformat compiler, it returned a function under the bar property, which you would pass the params to
https://stackblitz.com/edit/github-idytfc-ayovbm?file=src/app/app.component.ts
can we perhaps do this better somehow?
Most helpful comment