标签: angular currency-formatting angular2-pipe
我正在使用angular2货币管道进行' INR'并且愿意在
12,89,43,56,453 instead of 12,894,356,453 || *
12,89,43,56,453 instead of 12,894,356,453
*
即。根据印度货币格式而不是国际格式化系统格式化金额。我在文档中找不到任何可能性。救命啊!
答案 0 :(得分:0)
根据角度文档,货币和日期管道应具有以下脚本参考,如下所示
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>