Made decimals more nice and clear.

This commit is contained in:
softsimon
2020-03-04 15:55:54 +07:00
parent 5a961e1744
commit fd0fd2750c
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
<span class="green-color">{{ (conversions$ | async)?.USD * value / 100000000 | currency:'USD':'symbol':'1.2-2' }}</span>
<span class="green-color">{{ (conversions$ | async)?.USD * value / 100000000 | currency:'USD':'symbol':digitsInfo }}</span>