标签: html typescript ionic-framework ionic3 currency
目前,价格显示为 12,000.00
但是,我希望它以 12.000,00
我写的代码:
<h1 class="title" (click)="movedetail($event)">{{tms.price | number:'1.2-2'}}</h1>
有什么建议可以做到这一点?