There is a function that returns a number. Within this function, a string '1.10' is present, which is then converted to a number using the Number method.
The output obtained is 1.1, but the desired output is 1.10.
I have tried using methods like Number, parseFloat, and +, but have not been successful in achieving this in Angular.