projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
803b0bd
)
Fix typescript linter
author
Chocobozzz
<florian.bigard@gmail.com>
Fri, 29 Apr 2016 14:58:39 +0000
(16:58 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Fri, 29 Apr 2016 14:58:39 +0000
(16:58 +0200)
client/angular/app/app.component.ts
patch
|
blob
|
history
diff --git
a/client/angular/app/app.component.ts
b/client/angular/app/app.component.ts
index c04e480a1e5c09c093d5bbaa31219f8f221f982c..83a4f33107a36e5b048078ff5f688100c1b8de47 100644
(file)
--- a/
client/angular/app/app.component.ts
+++ b/
client/angular/app/app.component.ts
@@
-1,4
+1,4
@@
-import { Component
, ElementRef
} from 'angular2/core';
+import { Component } from 'angular2/core';
import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router';
import { HTTP_PROVIDERS } from 'angular2/http';