I have this code:
"ValorPesos" : 345224.2666860273
<td class="numberAlign-right">{{valorCuota.ValorPesos | currency:code:'CLP':'1.4-4'}}</td>
Current ouput: 34.5224,2667
What i want: 34.5224,2666
Is there any way that the number pipe do not approximate the number?
I didn't saw anything like that in Angular docs.