mempool/frontend/src/app/lightning/nodes-ranking/nodes-ranking.component.html

5 lines
240 B
HTML
Raw Normal View History

<app-top-nodes-per-capacity [nodes$]="null" [widget]="false" *ngIf="type === 'capacity'">
</app-top-nodes-per-capacity>
<app-top-nodes-per-channels [nodes$]="null" [widget]="false" *ngIf="type === 'channels'">
</app-top-nodes-per-channels>