]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/app/app.component.ts
Directives/providers array for components in alphabetical order
[github/Chocobozzz/PeerTube.git] / client / app / app.component.ts
index 965848105d032eaad1c7c77ce87da4f3ac0bf991..d29448296cdd2536d4f4c197c667135e6edcd763 100644 (file)
@@ -45,7 +45,7 @@ import {
     templateUrl: 'client/app/app.component.html',
     styleUrls: [ 'client/app/app.component.css' ],
     directives: [ ROUTER_DIRECTIVES, SearchComponent ],
-    providers: [ ROUTER_PROVIDERS, HTTP_PROVIDERS, VideoService, FriendService, AuthService ]
+    providers: [ AuthService, FriendService, HTTP_PROVIDERS, ROUTER_PROVIDERS, VideoService ]
 })
 
 export class AppComponent {