Hi,
I have to create custom pipe to display amount in USA Currency format.
Example:2345.60
I have to display in 2,345.60 without $ symbol.
Thanks in advance !!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muthu KumarPosted Feb 28, 2019, 11:30 PM
A: {{a | currency}}
A: {{a | currency:'CAD'}}
A: {{a | currency:'CAD':'code'}}
B: {{b | currency:'CAD':'symbol':'4.2-2'}}
B: {{b | currency:'CAD':'symbol-narrow':'4.2-2'}}
B: {{b | currency:'CAD':'symbol':'4.2-2':'fr'}}
B: {{b | currency:'CLP'}}
Vivek KumarPosted Feb 28, 2019, 10:59 AM
Puneet KankarPosted Feb 28, 2019, 10:27 AM
Rajeesh MenothPosted Feb 28, 2019, 10:04 AM