-
Notifications
You must be signed in to change notification settings - Fork 12k
application builder: LOCALE_ID is hardcoded in dist #26026
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
Comments
The default locale of
|
Here is my angular.json:
every build's LOCALE_ID is set to en-US |
The locale value is set via the If the injected |
I don't really know what's going on here, but take a look at it: https://github.com/zip-fa/angular-v17-bug
LOCALE_ID bug which i described can be reproduced with these steps:
This import in app.component.ts leads to fail:
|
Hi guys. Any news on this? Will this be fixed in rc? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Hi.
After building project with
ng build
and application builder,LOCALE_ID
is hardcoded to en-USMinimal Reproduction
ng build
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: