I have an HTML input:
I want to format its value and use an existi
Here is what worked just fine with currency pipe:
Basically using the ngModelOptions to update on blur allows for the 0s not to be added while typing in the input field.