X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=5582ab40f170b6199f14319f4fb2dfda6fcc7ba4;hb=7f5f4152a4cd4fc328d6ae177d281ebe7e792dd3;hp=7730919fe0a36621a039fd5323381413a2bc5feb;hpb=26b7305a232e547709f433a6edf700bf495935d8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch.module.ts b/client/src/app/videos/+video-watch/video-watch.module.ts index 7730919fe..5582ab40f 100644 --- a/client/src/app/videos/+video-watch/video-watch.module.ts +++ b/client/src/app/videos/+video-watch/video-watch.module.ts @@ -16,14 +16,18 @@ import { VideoWatchComponent } from './video-watch.component' import { NgxQRCodeModule } from 'ngx-qrcode2' import { NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' import { VideoBlacklistComponent } from '@app/videos/+video-watch/modal/video-blacklist.component' +import { RecommendationsModule } from '@app/videos/recommendations/recommendations.module' +import { TextareaAutosizeModule } from 'ngx-textarea-autosize' @NgModule({ imports: [ VideoWatchRoutingModule, SharedModule, ClipboardModule, - NgbTooltipModule.forRoot(), - NgxQRCodeModule + NgbTooltipModule, + NgxQRCodeModule, + TextareaAutosizeModule, + RecommendationsModule ], declarations: [