aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/app/videos/video-watch/video-watch.component.html
blob: 6c36b27e2b76af0a6a6660e1ffa79decd4de6dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<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>