Added fiat balance to address and made fiat balance into a component.

This commit is contained in:
softsimon
2020-03-02 17:29:00 +07:00
parent d28730787a
commit 669a5e429d
11 changed files with 60 additions and 15 deletions

View File

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