The Original Value : {{decimalValue}}
The Decimal Value (.5-5): {{decimalValue | number:'.5-5'}}
The Decimal Value (2.10-10): {{decimalValue | number:'2.10-10'}}
Income in USD: {{income | currency:'USD':true}}
Income in INR: {{income | currency:'INR':true}}
Income in JAPAN: {{income | currency:'JPY':true}}
Income in South Koria: {{income | currency:'KRW':true}}
Income in Israel: {{income | currency:'ILS':true}}
Value : {{value | percent}}
Value (4.2-2) : {{value | percent:'4.2-2'}}
{{name}} (1:10){{name | slice:1:10}}
Slice the 'names' array with start index as 2 and end index as 4