From bfb3a98fac582f104c6d9b8b7242ea2cbb650b91 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Sep 2017 17:06:31 +0200 Subject: Remove ng2 file upload module Unmaintained and we don't need it anymore with httpclient --- client/src/app/videos/video-edit/video-update.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/videos/video-edit/video-update.component.ts') diff --git a/client/src/app/videos/video-edit/video-update.component.ts b/client/src/app/videos/video-edit/video-update.component.ts index 6c57a23d8..141ed3522 100644 --- a/client/src/app/videos/video-edit/video-update.component.ts +++ b/client/src/app/videos/video-edit/video-update.component.ts @@ -2,7 +2,6 @@ import { Component, ElementRef, OnInit } from '@angular/core' import { FormBuilder, FormGroup } from '@angular/forms' import { ActivatedRoute, Router } from '@angular/router' -import { FileUploader } from 'ng2-file-upload/ng2-file-upload' import { NotificationsService } from 'angular2-notifications' import { AuthService } from '../../core' -- cgit v1.2.3