Skip to content
New issue

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

feat(angular): add the extract-i18n executor #21802

Merged

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented Feb 13, 2024

Current Behavior

When running the @angular-devkit/build-angular:extract-i18n to extract i18n messages while using @nx/angular:application or @nx/angular:browser-esbuild executors, the extraction completes successfully, but no messages are actually extracted. This happens due to the Angular CLI builder looking for @angular-devkit/build-angular:* builders and performing some logic based on their existence.

Expected Behavior

Extracting i18n messages should work correctly when using @nx/angular:* executors. A new @nx/angular:extract-i18n executor is introduced to handle the Nx executors.

Related Issue(s)

Fixes #21225

Copy link

vercel bot commented Feb 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Feb 13, 2024 4:58pm

@leosvelperez leosvelperez merged commit 343c0f6 into nrwl:master Feb 14, 2024
6 checks passed
@leosvelperez leosvelperez deleted the angular/extract-i18n-executor branch February 14, 2024 13:37
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants