]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/shared-video-live.module.ts
Add link to the documentation for live streaming
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / shared-video-live.module.ts
index c35c2caa3b16ba186c23989771ef1d63063b28d6..f5e153ac97a4e881e3eecfebbcd535732d2adb5a 100644 (file)
@@ -3,6 +3,7 @@ import { NgModule } from '@angular/core'
 import { SharedFormModule } from '../shared-forms'
 import { SharedGlobalIconModule } from '../shared-icons'
 import { SharedMainModule } from '../shared-main/shared-main.module'
+import { LiveDocumentationLinkComponent } from './live-documentation-link.component'
 import { LiveStreamInformationComponent } from './live-stream-information.component'
 import { LiveVideoService } from './live-video.service'
 
@@ -14,11 +15,13 @@ import { LiveVideoService } from './live-video.service'
   ],
 
   declarations: [
-    LiveStreamInformationComponent
+    LiveStreamInformationComponent,
+    LiveDocumentationLinkComponent
   ],
 
   exports: [
-    LiveStreamInformationComponent
+    LiveStreamInformationComponent,
+    LiveDocumentationLinkComponent
   ],
 
   providers: [