mempool/frontend/src/app/shared/components/sats/sats.component.html

6 lines
364 B
HTML
Raw Normal View History

2022-07-01 15:24:14 +02:00
‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis | number : digitsInfo }}
2022-05-01 03:01:27 +04:00
<span class="symbol"><ng-template [ngIf]="network === 'liquid'">L-</ng-template>
<ng-template [ngIf]="network === 'liquidtestnet'">tL-</ng-template>
<ng-template [ngIf]="network === 'testnet'">t-</ng-template>
<ng-template [ngIf]="network === 'signet'">s-</ng-template>sats</span>