Closed zsimuno closed 3 months ago
@zsimuno Please provide a reproduction link as I don't fully understand your issue.
The comments and all the other keys are not affected by the fact that you are providing a scope, it just allows the keys manager to map the keys prefixed with the scope alias to the correct files.
You pasted 2 identical template snippets:
<custom-title
[title]="t('title')">
So it's hard to understand.
Note that the debug logs didn't work as you are trying to set an environment variable using the Linux syntax
@zsimuno Feel free to reopen this with a reproduction link 👍
Is there an existing issue for this?
Is this a regression?
Yes
Current behavior
I have a "pricing" scope and inside it I have code like this
` <div *transloco="let t; read 'pricing';">
<custom-title [title]="t('title')">