mempool/frontend/src/app/components/mempool-block-overview/mempool-block-overview.component.html

8 lines
206 B
HTML
Raw Normal View History

<app-block-overview-graph
#blockGraph
[isLoading]="isLoading$ | async"
[resolution]="75"
[blockLimit]="stateService.blockVSize"
(txPreviewEvent)="onTxPreview($event)">
</app-block-overview-graph>