In my code I have something like this here:
var myNumber: number = 1.0;
However angular automatically removes the zero in my respective form. I could make it a string but that seems like an odd solution.
How can I tell Angular that it should also display the zero and not remove it?