From 8140a704bbbecd149c68267545e4215579c9785c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 May 2016 09:50:26 +0200 Subject: Use progress bar from bootstrap for the upload --- client/angular/videos/components/watch/videos-watch.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/angular/videos/components/watch') diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 3eb005d07..6e212e8bc 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts @@ -1,5 +1,6 @@ import { Component, OnInit, ElementRef } from '@angular/core'; import { RouteParams, CanDeactivate, ComponentInstruction } from '@angular/router-deprecated'; + import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; // TODO import it with systemjs -- cgit v1.2.3