diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 950b3c48e..f071224c5 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -28,7 +28,8 @@ import { | |||
28 | VideoMiniatureComponent, | 28 | VideoMiniatureComponent, |
29 | VideoSortComponent, | 29 | VideoSortComponent, |
30 | VideoWatchComponent, | 30 | VideoWatchComponent, |
31 | VideoService | 31 | VideoService, |
32 | WebTorrentService | ||
32 | } from './videos'; | 33 | } from './videos'; |
33 | import { | 34 | import { |
34 | FriendsComponent, | 35 | FriendsComponent, |
@@ -59,7 +60,7 @@ const APP_PROVIDERS = [ | |||
59 | 60 | ||
60 | AuthService, | 61 | AuthService, |
61 | RestExtractor, | 62 | RestExtractor, |
62 | RestExtractor, RestService, VideoService, SearchService, FriendService, UserService, AccountService | 63 | RestExtractor, RestService, VideoService, SearchService, FriendService, UserService, AccountService, WebTorrentService |
63 | ]; | 64 | ]; |
64 | /** | 65 | /** |
65 | * `AppModule` is the main entry point into Angular2's bootstraping process | 66 | * `AppModule` is the main entry point into Angular2's bootstraping process |