[ad_1]
In my project I am using spring boot and angular in which angular is removing leading 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. Your valuable reply is highly appreciated.
Thanks in advance!
[ad_2]