]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts
Lazy load all routes
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / recommendations / recommendations.module.ts
similarity index 91%
rename from client/src/app/videos/recommendations/recommendations.module.ts
rename to client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts
index 03cc272cac6bce25507bc32be24371331a5cac00..259afb196035cd27167fb6bd09395e2474de25d0 100644 (file)
@@ -2,6 +2,7 @@ import { InputSwitchModule } from 'primeng/inputswitch'
 import { CommonModule } from '@angular/common'
 import { NgModule } from '@angular/core'
 import { SharedMainModule } from '@app/shared/shared-main'
+import { SharedSearchModule } from '@app/shared/shared-search'
 import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
 import { SharedVideoPlaylistModule } from '@app/shared/shared-video-playlist'
 import { RecentVideosRecommendationService } from './recent-videos-recommendation.service'
@@ -14,6 +15,7 @@ import { RecommendedVideosStore } from './recommended-videos.store'
     InputSwitchModule,
 
     SharedMainModule,
+    SharedSearchModule,
     SharedVideoPlaylistModule,
     SharedVideoMiniatureModule
   ],