関数を使用して双方向のデータ バインディングを実行しようとしています。以下は私のコードです。
<input type="text" id="txtCurrentPrice" class="traderviewTxtBox" [(value)]="numberFormat(23236448)">
私の機能は
numberFormat(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
}
以下のエラーが表示されます。誰でも助けてくれますか。
Unhandled Promise rejection: Template parse errors:
Parser Error: Unexpected token '=' at column 23 in [numberFormat(23236448)=$event] in myComponent@241:101 ("<input type="text" id="txtCurrentPrice" class="traderviewTxtBox" [ERROR ->][(value)]="numberFormat(23236448)">
<!--<dx-text-box id="txtCurrentP"): myComponent@241:101