aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-09-09 22:16:51 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-09-09 22:16:51 +0200
commit4b2f33f3c6d109365090b08244d7f99ad4e69025 (patch)
tree700d3e8e14efc4172f754d75c041ec507100e897 /client/src/app/app.module.ts
parentab32b0fc805b92c5a1d7ac5901cb1a38e94622ca (diff)
downloadPeerTube-4b2f33f3c6d109365090b08244d7f99ad4e69025.tar.gz
PeerTube-4b2f33f3c6d109365090b08244d7f99ad4e69025.tar.zst
PeerTube-4b2f33f3c6d109365090b08244d7f99ad4e69025.zip
Client: reactive forms
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts5
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';
33import { 34import {
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