ngx-currency
ngx-currency copied to clipboard
The nullable behaviour isn't as documented
I want the field to allow null values yet:
The default value displayed is "0" not empty
If you set the nullable flag/option to true, it will allow you to set the value to null; otherwise, it will be 0.