aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/videos.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/videos.module.ts')
-rw-r--r--client/src/app/videos/videos.module.ts21
1 files changed, 15 insertions, 6 deletions
diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts
index 95078a734..217e5bb50 100644
--- a/client/src/app/videos/videos.module.ts
+++ b/client/src/app/videos/videos.module.ts
@@ -1,18 +1,27 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { VideoLocalComponent } from '@app/videos/video-list/video-local.component' 2import { SharedFormModule } from '@app/shared/shared-forms'
3import { SharedModule } from '../shared' 3import { SharedGlobalIconModule } from '@app/shared/shared-icons'
4import { SharedMainModule } from '@app/shared/shared-main'
5import { SharedUserSubscriptionModule } from '@app/shared/shared-user-subscription'
6import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
7import { VideoOverviewComponent } from './video-list/overview/video-overview.component'
8import { VideoLocalComponent } from './video-list/video-local.component'
9import { VideoMostLikedComponent } from './video-list/video-most-liked.component'
4import { VideoRecentlyAddedComponent } from './video-list/video-recently-added.component' 10import { VideoRecentlyAddedComponent } from './video-list/video-recently-added.component'
5import { VideoTrendingComponent } from './video-list/video-trending.component' 11import { VideoTrendingComponent } from './video-list/video-trending.component'
6import { VideoMostLikedComponent } from './video-list/video-most-liked.component' 12import { VideoUserSubscriptionsComponent } from './video-list/video-user-subscriptions.component'
7import { VideosRoutingModule } from './videos-routing.module' 13import { VideosRoutingModule } from './videos-routing.module'
8import { VideosComponent } from './videos.component' 14import { VideosComponent } from './videos.component'
9import { VideoUserSubscriptionsComponent } from '@app/videos/video-list/video-user-subscriptions.component'
10import { VideoOverviewComponent } from '@app/videos/video-list/video-overview.component'
11 15
12@NgModule({ 16@NgModule({
13 imports: [ 17 imports: [
14 VideosRoutingModule, 18 VideosRoutingModule,
15 SharedModule 19
20 SharedMainModule,
21 SharedFormModule,
22 SharedVideoMiniatureModule,
23 SharedUserSubscriptionModule,
24 SharedGlobalIconModule
16 ], 25 ],
17 26
18 declarations: [ 27 declarations: [