X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-live%2Fshared-video-live.module.ts;h=f5e153ac97a4e881e3eecfebbcd535732d2adb5a;hb=b713976afbe47d06941222ad462bc68b3decd723;hp=c35c2caa3b16ba186c23989771ef1d63063b28d6;hpb=f8c00564e7e66c7c9d65ea044a4c1485df0e4c7c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-live/shared-video-live.module.ts b/client/src/app/shared/shared-video-live/shared-video-live.module.ts index c35c2caa3..f5e153ac9 100644 --- a/client/src/app/shared/shared-video-live/shared-video-live.module.ts +++ b/client/src/app/shared/shared-video-live/shared-video-live.module.ts @@ -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: [