aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-27 15:09:04 +0200
committerChocobozzz <me@florianbigard.com>2018-08-27 15:09:04 +0200
commitd77ad726631ea09ee1aa92e52cfac8c8c781ec35 (patch)
tree8f707853071204ece49d7d6ec79fed467067fe4c /client/src/app/shared/shared.module.ts
parent0bd84f8bdebeaba9623bce0e389e56bf0906a537 (diff)
downloadPeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.tar.gz
PeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.tar.zst
PeerTube-d77ad726631ea09ee1aa92e52cfac8c8c781ec35.zip
Fix deprecated ng-bootstrap methods
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts
index 9bc7ad88b..413159059 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -60,11 +60,11 @@ import { SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/u
60 RouterModule, 60 RouterModule,
61 HttpClientModule, 61 HttpClientModule,
62 62
63 NgbDropdownModule.forRoot(), 63 NgbDropdownModule,
64 NgbModalModule.forRoot(), 64 NgbModalModule,
65 NgbPopoverModule.forRoot(), 65 NgbPopoverModule,
66 NgbTabsetModule.forRoot(), 66 NgbTabsetModule,
67 NgbTooltipModule.forRoot(), 67 NgbTooltipModule,
68 68
69 PrimeSharedModule, 69 PrimeSharedModule,
70 NgPipesModule 70 NgPipesModule