X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.module.ts;h=57f36c723c7118a60e79019cb3a761985fed5f9d;hb=6ea59f415461c27eea840ed204986eaefb538afc;hp=62ce7be2ddf542001df235f26e7bfaa8c16ceb0c;hpb=c17ee0903ec33283351c206bc5fd7edc0af0fb12;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 62ce7be2d..57f36c723 100644 --- a/client/src/app/+videos/+video-watch/video-watch.module.ts +++ b/client/src/app/+videos/+video-watch/video-watch.module.ts @@ -10,6 +10,7 @@ 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' @@ -17,11 +18,11 @@ 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 { VideoRateComponent } from './video-rate.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: [ @@ -45,6 +46,7 @@ import { VideoAvatarChannelComponent } from './video-avatar-channel.component' declarations: [ VideoWatchComponent, VideoWatchPlaylistComponent, + VideoRateComponent, VideoCommentsComponent, VideoCommentAddComponent,