diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 17:55:57 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 17:55:57 +0200 |
commit | f0a397ee3dc8bd387330cc3c46a639b680e23991 (patch) | |
tree | d1a4f6b36d55a64932c719cc62aedf765a35dd51 /client/app/app.component.ts | |
parent | 9bfe96e19f552a75eed790f8f3b68de11c9b7fef (diff) | |
download | PeerTube-f0a397ee3dc8bd387330cc3c46a639b680e23991.tar.gz PeerTube-f0a397ee3dc8bd387330cc3c46a639b680e23991.tar.zst PeerTube-f0a397ee3dc8bd387330cc3c46a639b680e23991.zip |
Directives/providers array for components in alphabetical order
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 { |