From 44124980c55d5a5ec7dfb8e71bf14d10f0fe975d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Apr 2016 20:58:07 +0200 Subject: Add typescript (and angular2) linter --- client/angular/videos/components/add/videos-add.component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/angular/videos/components/add') 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 @@ -import { Component, ElementRef, Inject, OnInit } from 'angular2/core'; +import { Component, ElementRef, OnInit } from 'angular2/core'; import { Router } from 'angular2/router'; -import { NgForm } from 'angular2/common'; - -import { Video } from '../../models/video'; // TODO: import it with systemjs declare var jQuery:any; -- cgit v1.2.3