projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd84f8
)
Fix deprecated ng-bootstrap methods
author
Chocobozzz
<me@florianbigard.com>
Mon, 27 Aug 2018 13:09:04 +0000
(15:09 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 27 Aug 2018 13:09:04 +0000
(15:09 +0200)
client/src/app/search/search.module.ts
patch
|
blob
|
history
client/src/app/shared/shared.module.ts
patch
|
blob
|
history
client/src/app/videos/+video-watch/video-watch.module.ts
patch
|
blob
|
history
diff --git
a/client/src/app/search/search.module.ts
b/client/src/app/search/search.module.ts
index 5a715fb8e80e260d0260548763e77d365ea933fa..0411fbe24a537a99ae794bf78a017a9718626a9d 100644
(file)
--- a/
client/src/app/search/search.module.ts
+++ b/
client/src/app/search/search.module.ts
@@
-11,7
+11,7
@@
import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap'
SearchRoutingModule,
SharedModule,
- NgbCollapseModule
.forRoot()
+ NgbCollapseModule
],
declarations: [
diff --git
a/client/src/app/shared/shared.module.ts
b/client/src/app/shared/shared.module.ts
index 9bc7ad88b479aa9fc7559410c18fa0049bc33cac..413159059c8e6865d1464dd4b1eca5f45dea9003 100644
(file)
--- 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
RouterModule,
HttpClientModule,
- NgbDropdownModule
.forRoot()
,
- NgbModalModule
.forRoot()
,
- NgbPopoverModule
.forRoot()
,
- NgbTabsetModule
.forRoot()
,
- NgbTooltipModule
.forRoot()
,
+ NgbDropdownModule,
+ NgbModalModule,
+ NgbPopoverModule,
+ NgbTabsetModule,
+ NgbTooltipModule,
PrimeSharedModule,
NgPipesModule
diff --git
a/client/src/app/videos/+video-watch/video-watch.module.ts
b/client/src/app/videos/+video-watch/video-watch.module.ts
index 7730919fe0a36621a039fd5323381413a2bc5feb..57e3c9c78e8710ccffc40b31d46acbde702128ba 100644
(file)
--- a/
client/src/app/videos/+video-watch/video-watch.module.ts
+++ b/
client/src/app/videos/+video-watch/video-watch.module.ts
@@
-22,7
+22,7
@@
import { VideoBlacklistComponent } from '@app/videos/+video-watch/modal/video-bl
VideoWatchRoutingModule,
SharedModule,
ClipboardModule,
- NgbTooltipModule
.forRoot()
,
+ NgbTooltipModule,
NgxQRCodeModule
],