X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared.module.ts;h=2cbaaf4aedabc0578f369713c59de15d42121581;hb=41a676db3989fe3eca91301ac5f5aea30d98654a;hp=413159059c8e6865d1464dd4b1eca5f45dea9003;hpb=f0d4e7eb240f256b4f01cde4a1cd6f66f8f4347c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 413159059..2cbaaf4ae 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -51,6 +51,7 @@ import { VideoImportService } from '@app/shared/video-import/video-import.servic import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component' import { NgbDropdownModule, NgbModalModule, NgbPopoverModule, NgbTabsetModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap' import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' +import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component' @NgModule({ imports: [ @@ -86,7 +87,8 @@ import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/u HelpComponent, ReactiveFileComponent, PeertubeCheckboxComponent, - SubscribeButtonComponent + SubscribeButtonComponent, + InstanceFeaturesTableComponent ], exports: [ @@ -119,6 +121,7 @@ import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/u ReactiveFileComponent, PeertubeCheckboxComponent, SubscribeButtonComponent, + InstanceFeaturesTableComponent, NumberFormatterPipe, ObjectLengthPipe,