X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=8f5ffdb1d75ef5a1874b38a890dfb1d538b5ad90;hb=a24bd1ed41b43790bab6ba789580bb4e85f07d85;hp=612bbccc4488e3eb26199ea2544ed4544b1721fd;hpb=82f443de1aba70ce75c72a4a7f669385600ab3c6;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 612bbccc4..8f5ffdb1d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -4,19 +4,30 @@ import { SharedGlobalIconModule } from '@app/shared/shared-icons' import { SharedMainModule } from '@app/shared/shared-main' import { SharedModerationModule } from '@app/shared/shared-moderation' import { SharedShareModal } from '@app/shared/shared-share-modal' +import { SharedSupportModal } from '@app/shared/shared-support-modal' import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription' +import { SharedVideoModule } from '@app/shared/shared-video' import { SharedVideoCommentModule } from '@app/shared/shared-video-comment' import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' import { SharedVideoPlaylistModule } from '@app/shared/shared-video-playlist' +import { SharedActorImageModule } from '../../shared/shared-actor-image/shared-actor-image.module' import { VideoCommentService } from '../../shared/shared-video-comment/video-comment.service' -import { VideoCommentAddComponent } from './comment/video-comment-add.component' -import { VideoCommentComponent } from './comment/video-comment.component' -import { VideoCommentsComponent } from './comment/video-comments.component' -import { VideoSupportComponent } from './modal/video-support.component' -import { RecommendationsModule } from './recommendations/recommendations.module' -import { TimestampRouteTransformerDirective } from './timestamp-route-transformer.directive' -import { VideoDurationPipe } from './video-duration-formatter.pipe' -import { VideoWatchPlaylistComponent } from './video-watch-playlist.component' +import { PlayerStylesComponent } from './player-styles.component' +import { + ActionButtonsComponent, + PrivacyConcernsComponent, + RecommendationsModule, + VideoAlertComponent, + VideoAvatarChannelComponent, + VideoDescriptionComponent, + VideoRateComponent, + VideoWatchPlaylistComponent, + VideoAttributesComponent +} from './shared' +import { VideoCommentAddComponent } from './shared/comment/video-comment-add.component' +import { VideoCommentComponent } from './shared/comment/video-comment.component' +import { VideoCommentsComponent } from './shared/comment/video-comments.component' +import { TimestampRouteTransformerDirective } from './shared/timestamp-route-transformer.directive' import { VideoWatchRoutingModule } from './video-watch-routing.module' import { VideoWatchComponent } from './video-watch.component' @@ -33,21 +44,32 @@ import { VideoWatchComponent } from './video-watch.component' SharedModerationModule, SharedGlobalIconModule, SharedVideoCommentModule, - SharedShareModal + SharedShareModal, + SharedVideoModule, + SharedSupportModal, + SharedActorImageModule ], declarations: [ VideoWatchComponent, VideoWatchPlaylistComponent, + VideoRateComponent, + VideoDescriptionComponent, + PrivacyConcernsComponent, + ActionButtonsComponent, + VideoAlertComponent, + VideoAttributesComponent, - VideoSupportComponent, VideoCommentsComponent, VideoCommentAddComponent, VideoCommentComponent, + VideoAvatarChannelComponent, + + VideoAvatarChannelComponent, TimestampRouteTransformerDirective, - VideoDurationPipe, - TimestampRouteTransformerDirective + + PlayerStylesComponent ], exports: [