I have a method which returning a number
In that method I have a string,=’1.10′ and converting to number using Number method
Getting output as 1.1,but actually i need 1.10
Tried Number, parseFloat ,+ all methods not able to achieve this in angular
1