From eb4e088abfc24882cc4e8b975a3c5f6551fbed07 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 16:51:40 +0200 Subject: Update client dependencies --- client/angular/app/app.component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/angular/app/app.component.ts') diff --git a/client/angular/app/app.component.ts b/client/angular/app/app.component.ts index da9959836..c04e480a1 100644 --- a/client/angular/app/app.component.ts +++ b/client/angular/app/app.component.ts @@ -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 { -- cgit v1.2.3