diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-20 16:09:38 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-21 22:09:45 +0100 |
commit | cf02fbfb17f9e04312f771f245778d31bc1b69d2 (patch) | |
tree | ffffcc63bb328be864a1f0b7ffd6a70448afc9a0 /client/src/app/app.module.ts | |
parent | 900f0d2b3cc5035568ffa0853101a12c6abcffdc (diff) | |
download | PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.tar.gz PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.tar.zst PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.zip |
Client: move video watch modals in their own component
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index e40b66c5f..3f57897fb 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -52,6 +52,8 @@ import { | |||
52 | VideoMiniatureComponent, | 52 | VideoMiniatureComponent, |
53 | VideoSortComponent, | 53 | VideoSortComponent, |
54 | VideoWatchComponent, | 54 | VideoWatchComponent, |
55 | VideoShareComponent, | ||
56 | VideoMagnetComponent, | ||
55 | VideoService, | 57 | VideoService, |
56 | WebTorrentService | 58 | WebTorrentService |
57 | } from './videos'; | 59 | } from './videos'; |
@@ -118,6 +120,8 @@ const APP_PROVIDERS = [ | |||
118 | VideosComponent, | 120 | VideosComponent, |
119 | VideoSortComponent, | 121 | VideoSortComponent, |
120 | VideoWatchComponent, | 122 | VideoWatchComponent, |
123 | VideoShareComponent, | ||
124 | VideoMagnetComponent | ||
121 | ], | 125 | ], |
122 | imports: [ // import Angular's modules | 126 | imports: [ // import Angular's modules |
123 | BrowserModule, | 127 | BrowserModule, |