diff options
Diffstat (limited to 'client/angular/videos/components/add')
-rw-r--r-- | client/angular/videos/components/add/videos-add.component.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/angular/videos/components/add/videos-add.component.ts b/client/angular/videos/components/add/videos-add.component.ts index 0004cfa20..7ae11db22 100644 --- a/client/angular/videos/components/add/videos-add.component.ts +++ b/client/angular/videos/components/add/videos-add.component.ts | |||
@@ -1,8 +1,5 @@ | |||
1 | import { Component, ElementRef, Inject, OnInit } from 'angular2/core'; | 1 | import { Component, ElementRef, OnInit } from 'angular2/core'; |
2 | import { Router } from 'angular2/router'; | 2 | import { Router } from 'angular2/router'; |
3 | import { NgForm } from 'angular2/common'; | ||
4 | |||
5 | import { Video } from '../../models/video'; | ||
6 | 3 | ||
7 | // TODO: import it with systemjs | 4 | // TODO: import it with systemjs |
8 | declare var jQuery:any; | 5 | declare var jQuery:any; |