I have used the number pipe below to limit numbers to two decimal places.
{{ exampleNumber | number : \'1.2-2\' }}
I was wondering what the
The parameter has this syntax:
{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}
So your example of '1.2-2' means:
'1.2-2'