哪个@angular/*包是bug的来源?
common
这是一次回归吗?
否
描述
尝试使用货币管道和保加利亚区域设置格式化一个值。但是,该值没有被格式化。
BG: {{ 222133213 | currency : 'BGN' : 'BGN ' : '1.2-2' : 'bg' }} 输出为222133213,00 BGN,但根据货币图表 here ,它应该是222,133,213.00。
请提供一个最小复现bug的链接
https://stackblitz.com/edit/angular-forkjoin-vs-merge?file=src%2Fapp%2Fapp.component.ts
请提供您看到的异常或错误
- 无响应*
请提供您发现此bug的环境(运行 ng version
)
ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 16.2.2
Node: 18.18.2
Package Manager: npm 9.8.1
OS: darwin arm64
Angular: 16.2.5
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1602.2
@angular-devkit/build-angular 16.2.2
@angular-devkit/core 16.2.2
@angular-devkit/schematics 16.2.2
@angular/cdk 16.2.4
@angular/cli 16.2.2
@schematics/angular 16.2.2
ng-packagr 16.2.3
rxjs 7.8.1
typescript 5.1.6
zone.js 0.13.3
还有其他信息吗?
- 无响应*
1条答案
按热度按时间flseospp1#
我们可能有过时的CLDR数据。预计将在#55283中修复。