From cf02fbfb17f9e04312f771f245778d31bc1b69d2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 20 Nov 2016 16:09:38 +0100 Subject: Client: move video watch modals in their own component --- client/src/app/app.module.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/app.module.ts') 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 { VideoMiniatureComponent, VideoSortComponent, VideoWatchComponent, + VideoShareComponent, + VideoMagnetComponent, VideoService, WebTorrentService } from './videos'; @@ -118,6 +120,8 @@ const APP_PROVIDERS = [ VideosComponent, VideoSortComponent, VideoWatchComponent, + VideoShareComponent, + VideoMagnetComponent ], imports: [ // import Angular's modules BrowserModule, -- cgit v1.2.3