Is there an easy way to set the value of an input blank/empty if the value equals zero (0)? I came across this AngularJS question here, Hide Value in input when it's zero in angular Js, but couldn't find anything for Angular 2+.
It would only need to be done on load of the page. I realize I could use a setter in the component, but wondering if there is something that could be put on the input itself.
Could this be done with a directive?