diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts index 96061a300..d1bbbafe9 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.module.ts +++ b/client/src/app/+videos/+video-edit/shared/video-edit.module.ts | |||
@@ -4,6 +4,7 @@ import { NgModule } from '@angular/core' | |||
4 | import { SharedFormModule } from '@app/shared/shared-forms' | 4 | import { SharedFormModule } from '@app/shared/shared-forms' |
5 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' | 5 | import { SharedGlobalIconModule } from '@app/shared/shared-icons' |
6 | import { SharedMainModule } from '@app/shared/shared-main' | 6 | import { SharedMainModule } from '@app/shared/shared-main' |
7 | import { I18nPrimengCalendarService } from './i18n-primeng-calendar.service' | ||
7 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' | 8 | import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component' |
8 | import { VideoEditComponent } from './video-edit.component' | 9 | import { VideoEditComponent } from './video-edit.component' |
9 | 10 | ||
@@ -33,6 +34,8 @@ import { VideoEditComponent } from './video-edit.component' | |||
33 | VideoEditComponent | 34 | VideoEditComponent |
34 | ], | 35 | ], |
35 | 36 | ||
36 | providers: [] | 37 | providers: [ |
38 | I18nPrimengCalendarService | ||
39 | ] | ||
37 | }) | 40 | }) |
38 | export class VideoEditModule { } | 41 | export class VideoEditModule { } |