I have a requirement that I have to convert the number using the decimal pipe from ts
Instead of use decimal pipe like this
<td>{{rmanFmvRulesDef.max | number :'1.2-2'}}</td>
I want to manipulate it from the component, can anyone please help me?