I am using spring boot and angular in which angular is removing trailing zero from a float data type object coming from the response.
For example, angular changes 10.00 to 10. However, using postman I can clearly see that the value is fine in postman that is 10.00
Please suggest some fix / solution in this case.