Angular 2 - Change the separator of the comma values to point

2

I want the value of my Form to return 2 decimals and with a comma separating instead of a point.

  

Ex: 20 - > 20.00

And if the value is greater than a thousand it has a point separating.

  

Ex: 1000 - > 1,000.00

How can I do this?

    
asked by anonymous 06.09.2017 / 13:47

0 answers