ng serve with a specific locale throws an error: $localize is not a function #30044
Closed
1 task done
Labels
needs: repro steps
We cannot reproduce the issue with the information given
Command
serve
Is this a regression?
The previous version in which this bug was not present was
19.0.2
Description
After
ng update
-ing to the latest Angular CLI 19.2.5, runningng serve
with a specific locale throws the following runtime error:The error originates from one of my Angular libraries. The library is already added to the prebundle excludes and it used to work fine in Angular CLI 19.0.2. I've double checked this by downgrading to a 19.0.2 and rerunning ng serve, my application was served correctly and localized.
Minimal Reproduction
Running
ng serve
with a different locale configuration. In my caseException or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: