diff options
Diffstat (limited to 'client/app/app.component.ts')
-rw-r--r-- | client/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/app/app.component.ts b/client/app/app.component.ts index 965848105..d29448296 100644 --- a/client/app/app.component.ts +++ b/client/app/app.component.ts | |||
@@ -45,7 +45,7 @@ import { | |||
45 | templateUrl: 'client/app/app.component.html', | 45 | templateUrl: 'client/app/app.component.html', |
46 | styleUrls: [ 'client/app/app.component.css' ], | 46 | styleUrls: [ 'client/app/app.component.css' ], |
47 | directives: [ ROUTER_DIRECTIVES, SearchComponent ], | 47 | directives: [ ROUTER_DIRECTIVES, SearchComponent ], |
48 | providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS, VideoService, FriendService, AuthService ] | 48 | providers: [ AuthService, FriendService, HTTP_PROVIDERS, ROUTER_PROVIDERS, VideoService ] |
49 | }) | 49 | }) |
50 | 50 | ||
51 | export class AppComponent { | 51 | export class AppComponent { |