11 lines
360 B
HTML
11 lines
360 B
HTML
<my-loader [loading]="loading"></my-loader>
|
|
|
|
<div class="embed-responsive embed-responsive-19by9">
|
|
</div>
|
|
|
|
<div id="torrent-info">
|
|
<div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
|
|
<div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
|
|
<div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
|
|
<div>
|