I want to change format of number from: 225363.5 to 22 536,50.
I already tried this:
{{value | number : '1.2-2' }}
and {{ value | currency}}
and the result was $22,536.50 and 22,536.50.
I don't want to display the comma ","
I want to change format of number from: 225363.5 to 22 536,50.
I already tried this:
{{value | number : '1.2-2' }}
and {{ value | currency}}
and the result was $22,536.50 and 22,536.50.
I don't want to display the comma ","