I need to show currency format like these, how can we show.
?1 ?10 ?100 ?1,000 ?10,000 ?1,00,000 ......
In HTML
{{ currency_expression | currency : symbol : fractionSize}}
for example
{{amount | currency:"?":0}}
AngularJS docs Currency Pipe
{{amount | currency:'INR':'symbol-narrow':'4.2-2'}}
you can also refer Currency Pipe
1.4m articles
1.4m replys
5 comments
57.0k users