X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared.module.ts;h=01735c1878e5ce1d674fa570d7e48b7c524762fb;hb=70afd522ba3fc08fd407f622aad0f15e8e88b249;hp=75aa30dab7acca52c842c91f9cc340db0b5115bb;hpb=d3217560a611b94f888ecf3de93b428a7521d4de;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 75aa30dab..01735c187 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -58,7 +58,7 @@ import { NgbDropdownModule, NgbModalModule, NgbPopoverModule, - NgbTabsetModule, + NgbNavModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' import { RemoteSubscribeComponent, SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' @@ -106,6 +106,8 @@ import { InputSwitchModule } from 'primeng/inputswitch' import { MyAccountVideoSettingsComponent } from '@app/+my-account/my-account-settings/my-account-video-settings' import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' +import { ActorAvatarInfoComponent } from '@app/+my-account/shared/actor-avatar-info.component' +import { BatchDomainsValidatorsService } from '@app/+admin/config/shared/batch-domains-validators.service' @NgModule({ imports: [ @@ -118,7 +120,7 @@ import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account NgbDropdownModule, NgbModalModule, NgbPopoverModule, - NgbTabsetModule, + NgbNavModule, NgbTooltipModule, NgbCollapseModule, @@ -189,7 +191,8 @@ import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account PreviewUploadComponent, MyAccountVideoSettingsComponent, - MyAccountInterfaceSettingsComponent + MyAccountInterfaceSettingsComponent, + ActorAvatarInfoComponent ], exports: [ @@ -202,7 +205,7 @@ import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account NgbDropdownModule, NgbModalModule, NgbPopoverModule, - NgbTabsetModule, + NgbNavModule, NgbTooltipModule, NgbCollapseModule, @@ -270,7 +273,8 @@ import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account VideoDurationPipe, MyAccountVideoSettingsComponent, - MyAccountInterfaceSettingsComponent + MyAccountInterfaceSettingsComponent, + ActorAvatarInfoComponent ], providers: [ @@ -294,6 +298,7 @@ import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account LoginValidatorsService, ResetPasswordValidatorsService, UserValidatorsService, + BatchDomainsValidatorsService, VideoPlaylistValidatorsService, VideoAbuseValidatorsService, VideoChannelValidatorsService,