Channel component

This commit is contained in:
softsimon
2022-05-01 03:01:27 +04:00
parent 1c3570113e
commit 5374fcbe9a
23 changed files with 536 additions and 59 deletions

View File

@@ -0,0 +1,5 @@
‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis | number }}
<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>