I am facing an issue with the following code:
"ValorPesos" : 345224.2666860273
<td class="numberAlign-right">{{valorCuota.ValorPesos | currency:code:'CLP':'1.4-4'}}</td>
Current output shows as: 34.5224,2667
Desired output is: 34.5224,2666
Is there a way to prevent the number pipe from approximating the number?
I couldn't find any information on this in the Angular documentation.