1 import { NgModule } from '@angular/core'
2 import { SharedActorImageModule } from '@app/shared/shared-actor-image/shared-actor-image.module'
3 import { SharedFormModule } from '@app/shared/shared-forms'
4 import { SharedGlobalIconModule } from '@app/shared/shared-icons'
5 import { SharedMainModule } from '@app/shared/shared-main'
6 import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription'
7 import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
8 import { OverviewService, VideosListCommonPageComponent } from './video-list'
9 import { VideoOverviewComponent } from './video-list/overview/video-overview.component'
10 import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component'
11 import { VideosRoutingModule } from './videos-routing.module'
19 SharedVideoMiniatureModule,
20 SharedUserSubscriptionModule,
21 SharedGlobalIconModule,
22 SharedActorImageModule
26 VideoUserSubscriptionsComponent,
27 VideoOverviewComponent,
28 VideosListCommonPageComponent
37 export class VideosModule { }