aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.module.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-30 14:47:04 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-03-31 10:29:24 +0200
commit6541071b4acfff9df7b1ddba53000f0e1bba3257 (patch)
tree2b241deb895f1cdc11cb0fcd3efda35fb33f6dc9 /client/src/app/+my-account/my-account.module.ts
parent3d527ba173a37bd61ec8ad742642bb320d12995c (diff)
downloadPeerTube-6541071b4acfff9df7b1ddba53000f0e1bba3257.tar.gz
PeerTube-6541071b4acfff9df7b1ddba53000f0e1bba3257.tar.zst
PeerTube-6541071b4acfff9df7b1ddba53000f0e1bba3257.zip
Lazy-load video-channels
Diffstat (limited to 'client/src/app/+my-account/my-account.module.ts')
-rw-r--r--client/src/app/+my-account/my-account.module.ts10
1 files changed, 1 insertions, 9 deletions
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts
index 42b61bba6..72b9fd9f2 100644
--- a/client/src/app/+my-account/my-account.module.ts
+++ b/client/src/app/+my-account/my-account.module.ts
@@ -2,7 +2,6 @@ import { NgModule } from '@angular/core'
2import { TableModule } from 'primeng/table' 2import { TableModule } from 'primeng/table'
3import { AutoCompleteModule } from 'primeng/autocomplete' 3import { AutoCompleteModule } from 'primeng/autocomplete'
4import { InputSwitchModule } from 'primeng/inputswitch' 4import { InputSwitchModule } from 'primeng/inputswitch'
5import { ChartModule } from 'primeng/chart'
6import { SharedModule } from '../shared' 5import { SharedModule } from '../shared'
7import { MyAccountRoutingModule } from './my-account-routing.module' 6import { MyAccountRoutingModule } from './my-account-routing.module'
8import { MyAccountChangePasswordComponent } from './my-account-settings/my-account-change-password/my-account-change-password.component' 7import { MyAccountChangePasswordComponent } from './my-account-settings/my-account-change-password/my-account-change-password.component'
@@ -13,9 +12,6 @@ import { VideoChangeOwnershipComponent } from './my-account-videos/video-change-
13import { MyAccountOwnershipComponent } from './my-account-ownership/my-account-ownership.component' 12import { MyAccountOwnershipComponent } from './my-account-ownership/my-account-ownership.component'
14import { MyAccountAcceptOwnershipComponent } from './my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component' 13import { MyAccountAcceptOwnershipComponent } from './my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component'
15import { MyAccountProfileComponent } from '@app/+my-account/my-account-settings/my-account-profile/my-account-profile.component' 14import { MyAccountProfileComponent } from '@app/+my-account/my-account-settings/my-account-profile/my-account-profile.component'
16import { MyAccountVideoChannelsComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channels.component'
17import { MyAccountVideoChannelCreateComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channel-create.component'
18import { MyAccountVideoChannelUpdateComponent } from '@app/+my-account/my-account-video-channels/my-account-video-channel-update.component'
19import { MyAccountVideoImportsComponent } from '@app/+my-account/my-account-video-imports/my-account-video-imports.component' 15import { MyAccountVideoImportsComponent } from '@app/+my-account/my-account-video-imports/my-account-video-imports.component'
20import { MyAccountDangerZoneComponent } from '@app/+my-account/my-account-settings/my-account-danger-zone' 16import { MyAccountDangerZoneComponent } from '@app/+my-account/my-account-settings/my-account-danger-zone'
21import { MyAccountSubscriptionsComponent } from '@app/+my-account/my-account-subscriptions/my-account-subscriptions.component' 17import { MyAccountSubscriptionsComponent } from '@app/+my-account/my-account-subscriptions/my-account-subscriptions.component'
@@ -45,8 +41,7 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
45 SharedModule, 41 SharedModule,
46 TableModule, 42 TableModule,
47 InputSwitchModule, 43 InputSwitchModule,
48 DragDropModule, 44 DragDropModule
49 ChartModule
50 ], 45 ],
51 46
52 declarations: [ 47 declarations: [
@@ -61,9 +56,6 @@ import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-setti
61 VideoChangeOwnershipComponent, 56 VideoChangeOwnershipComponent,
62 MyAccountOwnershipComponent, 57 MyAccountOwnershipComponent,
63 MyAccountAcceptOwnershipComponent, 58 MyAccountAcceptOwnershipComponent,
64 MyAccountVideoChannelsComponent,
65 MyAccountVideoChannelCreateComponent,
66 MyAccountVideoChannelUpdateComponent,
67 MyAccountVideoImportsComponent, 59 MyAccountVideoImportsComponent,
68 MyAccountDangerZoneComponent, 60 MyAccountDangerZoneComponent,
69 MyAccountSubscriptionsComponent, 61 MyAccountSubscriptionsComponent,