core
core copied to clipboard
TranslatePipe is exposed twice in version 16.0.4
trafficstars
Current behavior
After upgrading to the latest version (16.0.4), my application doesn’t start anymore. In the console, I get the following error:
chunk-2Q2E2ZJI.js:3 Uncaught SyntaxError: Identifier 'TranslatePipe' has already been declared
Expected behavior
Application just runs again as with version 16.0.3
How do you think that we should fix this?
If i inspect the TranslateModule in my IDE I can clearly see two TranslatePipes.
Environment
ngx-translate version: 16.0.4
Angular version: 19.0.6
For Tooling issues:
- Node version: 20.17.0
- Platform: Windows
Do you have a demo project for this issue? My test projects don't have any problems with this.
Feel free to reopen this issue once you've provided a step to reproduce