X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared.module.ts;h=62ce97102746d98b84ecb9b2b9e963cdadd77e68;hb=788487140c500abeb69ca44daf3a9e26efa8d36f;hp=97e49e7ab3ae44d31316cba36c5304000a9be8ce;hpb=bbe0f0645ca958d33a3f409b15166609733b663f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 97e49e7ab..62ce97102 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -38,11 +38,20 @@ import { FormValidatorService } from '@app/shared/forms/form-validators/form-val import { CustomConfigValidatorsService, LoginValidatorsService, + ReactiveFileComponent, ResetPasswordValidatorsService, - UserValidatorsService, VideoAbuseValidatorsService, VideoChannelValidatorsService, VideoCommentValidatorsService, VideoValidatorsService + UserValidatorsService, + VideoAbuseValidatorsService, + VideoChannelValidatorsService, + VideoCommentValidatorsService, + VideoValidatorsService } from '@app/shared/forms' import { I18nPrimengCalendarService } from '@app/shared/i18n/i18n-primeng-calendar' import { ScreenService } from '@app/shared/misc/screen.service' +import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validators/video-captions-validators.service' +import { VideoCaptionService } from '@app/shared/video-caption' +import { PeertubeCheckboxComponent } from '@app/shared/forms/peertube-checkbox.component' +import { VideoImportService } from '@app/shared/video-import/video-import.service' @NgModule({ imports: [ @@ -74,7 +83,9 @@ import { ScreenService } from '@app/shared/misc/screen.service' FromNowPipe, MarkdownTextareaComponent, InfiniteScrollerDirective, - HelpComponent + HelpComponent, + ReactiveFileComponent, + PeertubeCheckboxComponent ], exports: [ @@ -102,6 +113,8 @@ import { ScreenService } from '@app/shared/misc/screen.service' MarkdownTextareaComponent, InfiniteScrollerDirective, HelpComponent, + ReactiveFileComponent, + PeertubeCheckboxComponent, NumberFormatterPipe, ObjectLengthPipe, @@ -119,6 +132,7 @@ import { ScreenService } from '@app/shared/misc/screen.service' AccountService, MarkdownService, VideoChannelService, + VideoCaptionService, FormValidatorService, CustomConfigValidatorsService, @@ -129,6 +143,8 @@ import { ScreenService } from '@app/shared/misc/screen.service' VideoChannelValidatorsService, VideoCommentValidatorsService, VideoValidatorsService, + VideoCaptionsValidatorsService, + VideoImportService, I18nPrimengCalendarService, ScreenService,