diff options
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, |