X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=62ce7be2ddf542001df235f26e7bfaa8c16ceb0c;hb=7a9e9417c17f8a45a639e7c3f49d82f14985786e;hp=3e9f3822e8b80be4c414109f53dd0cf2ffe26c63;hpb=cdeddff142fd20f8cb8bb346625909d61c596603;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 3e9f3822e..62ce7be2d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -14,12 +14,14 @@ import { VideoCommentService } from '../../shared/shared-video-comment/video-com import { VideoCommentAddComponent } from './comment/video-comment-add.component' import { VideoCommentComponent } from './comment/video-comment.component' import { VideoCommentsComponent } from './comment/video-comments.component' +import { PlayerStylesComponent } from './player-styles.component' import { RecommendationsModule } from './recommendations/recommendations.module' import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive' -import { VideoAvatarChannelComponent } from './video-avatar-channel.component' import { VideoWatchPlaylistComponent } from './video-watch-playlist.component' import { VideoWatchRoutingModule } from './video-watch-routing.module' import { VideoWatchComponent } from './video-watch.component' +import { SharedActorImageModule } from '../../shared/shared-actor-image/shared-actor-image.module' +import { VideoAvatarChannelComponent } from './video-avatar-channel.component' @NgModule({ imports: [ @@ -36,7 +38,8 @@ import { VideoWatchComponent } from './video-watch.component' SharedVideoCommentModule, SharedShareModal, SharedVideoModule, - SharedSupportModal + SharedSupportModal, + SharedActorImageModule ], declarations: [ @@ -46,11 +49,13 @@ import { VideoWatchComponent } from './video-watch.component' VideoCommentsComponent, VideoCommentAddComponent, VideoCommentComponent, + VideoAvatarChannelComponent, VideoAvatarChannelComponent, TimestampRouteTransformerDirective, - TimestampRouteTransformerDirective + + PlayerStylesComponent ], exports: [