X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fshared-main.module.ts;h=d3ec31d6eea84e110e06c7fb1a3cc71457589d27;hb=0c302acb3c358b4d4d8dee45aed1de1108ea37ea;hp=89f43239fb7f651bfa1037e0e873131ed352766c;hpb=0c9a83546687d2ae80b3f5299a8ee59d741f894f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index 89f43239f..d3ec31d6e 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts @@ -6,7 +6,6 @@ import { NgModule } from '@angular/core' import { FormsModule, ReactiveFormsModule } from '@angular/forms' import { RouterModule } from '@angular/router' import { - NgbButtonsModule, NgbCollapseModule, NgbDropdownModule, NgbModalModule, @@ -17,8 +16,9 @@ import { import { LoadingBarModule } from '@ngx-loading-bar/core' import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' import { SharedGlobalIconModule } from '../shared-icons' -import { AccountService } from './account' +import { AccountService, SignupLabelComponent } from './account' import { + AutoColspanDirective, AutofocusDirective, BytesPipe, DeferLoadingDirective, @@ -26,6 +26,7 @@ import { FromNowPipe, InfiniteScrollerDirective, LinkComponent, + LoginLinkComponent, NumberFormatterPipe, PeerTubeTemplateDirective } from './angular' @@ -45,7 +46,15 @@ import { import { PluginPlaceholderComponent, PluginSelectorDirective } from './plugins' import { ActorRedirectGuard } from './router' import { UserHistoryService, UserNotificationsComponent, UserNotificationService, UserQuotaComponent } from './users' -import { EmbedComponent, RedundancyService, VideoImportService, VideoOwnershipService, VideoResolver, VideoService } from './video' +import { + EmbedComponent, + RedundancyService, + VideoFileTokenService, + VideoImportService, + VideoOwnershipService, + VideoResolver, + VideoService +} from './video' import { VideoCaptionService } from './video-caption' import { VideoChannelService } from './video-channel' @@ -66,7 +75,6 @@ import { VideoChannelService } from './video-channel' NgbNavModule, NgbTooltipModule, NgbCollapseModule, - NgbButtonsModule, ClipboardModule, @@ -82,10 +90,12 @@ import { VideoChannelService } from './video-channel' DurationFormatterPipe, AutofocusDirective, DeferLoadingDirective, + AutoColspanDirective, InfiniteScrollerDirective, PeerTubeTemplateDirective, LinkComponent, + LoginLinkComponent, ActionDropdownComponent, ButtonComponent, @@ -107,6 +117,8 @@ import { VideoChannelService } from './video-channel' UserQuotaComponent, UserNotificationsComponent, + SignupLabelComponent, + EmbedComponent, PluginPlaceholderComponent, @@ -129,7 +141,6 @@ import { VideoChannelService } from './video-channel' NgbNavModule, NgbTooltipModule, NgbCollapseModule, - NgbButtonsModule, ClipboardModule, @@ -141,10 +152,12 @@ import { VideoChannelService } from './video-channel' DurationFormatterPipe, AutofocusDirective, DeferLoadingDirective, + AutoColspanDirective, InfiniteScrollerDirective, PeerTubeTemplateDirective, LinkComponent, + LoginLinkComponent, ActionDropdownComponent, ButtonComponent, @@ -166,6 +179,8 @@ import { VideoChannelService } from './video-channel' UserQuotaComponent, UserNotificationsComponent, + SignupLabelComponent, + EmbedComponent, PluginPlaceholderComponent, @@ -188,6 +203,7 @@ import { VideoChannelService } from './video-channel' VideoImportService, VideoOwnershipService, VideoService, + VideoFileTokenService, VideoResolver, VideoCaptionService,