From bbe0f0645ca958d33a3f409b15166609733b663f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Jun 2018 16:52:15 +0200 Subject: Add ability to schedule video publication --- client/src/app/shared/shared.module.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/app/shared/shared.module.ts') diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index b85445ef5..97e49e7ab 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -41,6 +41,8 @@ import { ResetPasswordValidatorsService, 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' @NgModule({ imports: [ @@ -128,6 +130,9 @@ import { VideoCommentValidatorsService, VideoValidatorsService, + I18nPrimengCalendarService, + ScreenService, + I18n ] }) -- cgit v1.2.3