Angular v17 introduces a new built-in control flow syntax that isn't recognized by the transloco-keys-manager find method.
Expected behavior
@if (a > b) {
{{ t('a') }}
}
shoud not be handled as missing key.
as soon as the new control flow is added to a file, the entire file is processed wrongly (all keys are ignored) and not just the part in the new control flow. my guess is the code crashes with the new syntax but could not locate the issue in the code
Please provide a link to a minimal reproduction of the bug
N/A
Transloco Config
No response
Debug Logs
No response
Please provide the environment you discovered this bug in
Is there an existing issue for this?
Is this a regression?
No
Current behavior
Angular v17 introduces a new built-in control flow syntax that isn't recognized by the
transloco-keys-manager find
method.Expected behavior
shoud not be handled as missing key.
as soon as the new control flow is added to a file, the entire file is processed wrongly (all keys are ignored) and not just the part in the new control flow. my guess is the code crashes with the new syntax but could not locate the issue in the code
Please provide a link to a minimal reproduction of the bug
N/A
Transloco Config
No response
Debug Logs
No response
Please provide the environment you discovered this bug in
Additional context
No response
I would like to make a pull request for this bug
No