2
I want the value of my Form to return 2 decimal numbers with a comma separating instead of a dot.
Ex: 20 -> 20,00
And if the value is greater than a thousand he has point separating.
Ex: 1000 -> 1000,00
How can I do that?
2
I want the value of my Form to return 2 decimal numbers with a comma separating instead of a dot.
Ex: 20 -> 20,00
And if the value is greater than a thousand he has point separating.
Ex: 1000 -> 1000,00
How can I do that?
Browser other questions tagged angular ionic2
You are not signed in. Login or sign up in order to post.
by https://github.com/castrolol/ng2-mask-moneyDirectives
– Felipe Duarte