mempool/frontend/src/app/fiat/fiat.component.html

1 line
120 B
HTML
Raw Normal View History

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