We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Application just runs again as with version 16.0.3
If i inspect the TranslateModule in my IDE I can clearly see two TranslatePipes.
ngx-translate version: 16.0.4 Angular version: 19.0.6 For Tooling issues: - Node version: 20.17.0 - Platform: Windows
The text was updated successfully, but these errors were encountered:
Do you have a demo project for this issue? My test projects don't have any problems with this.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: