]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/app/app.component.ts
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / angular / app / app.component.ts
index da995983635f1fb1fa50ccb04421085df5da7454..c04e480a1e5c09c093d5bbaa31219f8f221f982c 100644 (file)
@@ -40,10 +40,7 @@ import { AuthStatus } from '../users/models/authStatus';
     templateUrl: 'app/angular/app/app.component.html',
     styleUrls: [ 'app/angular/app/app.component.css' ],
     directives: [ ROUTER_DIRECTIVES ],
-    providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS,
-                 ElementRef, VideosService, FriendsService,
-                 AuthService
-               ]
+    providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS, VideosService, FriendsService, AuthService ]
 })
 
 export class AppComponent {