Shahar Kazaz
Shahar Kazaz
@guillerot I think this is an issue with the `selectTranslate` signature as the only property that's used from the `ScopeProvider` is the `scope` which is used to load any scope...
@guillerot After digging into this, there are 2 things that need to be done: 1. Scopes should self-register the alias when provided, currently they are set by something called the...
@guillerot The main issue with that suggestion is that it's not the `selectTranslate`'s job to register scopes, I feel that it's giving that method responsibility that it should have. Not...
@alexdabast Thank you for asking the exact question I wanted to ask and for the PR 🙂 What is the issue here? Transloco works with Angular 17.
@whernebrink can you share what was the issue you faced?
@ben12 Thank you for the PR and the heads up, I missed this PR. IDK when I'll be able to review but I'll try to reach it as soon as...
@MikeDabrowski I'll have to consider how since it wasn't raised before. I would love to hear your functional transpiler use case! I don't get much comments about it.
Thanks for the PR! I have to say that I don't have full confidence in this solution as it feels more like shortcircuiting the logic that was made there. We...
Out of curiosity: 1. Did you reach this bug in a real use-case? 2. If you need both scopes in the same component, why split them?
@dmitry-stepanenko I see. You are welcome to open a PR for it 👍 I would also appreciate it if you add a reproduction link and not just an explanation so...