X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.module.ts;h=3f57897fbd9edec8c3a0a0709600d787b6e63d8b;hb=cf02fbfb17f9e04312f771f245778d31bc1b69d2;hp=e40b66c5f1286e47ff807b8aa6cf3a05ebf0d7a7;hpb=900f0d2b3cc5035568ffa0853101a12c6abcffdc;p=github%2FChocobozzz%2FPeerTube.git 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,