Fix deprecated ng-bootstrap methods

pull/974/head
Chocobozzz 2018-08-27 15:09:04 +02:00
parent 0bd84f8bde
commit d77ad72663
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap'
SearchRoutingModule,
SharedModule,
NgbCollapseModule.forRoot()
NgbCollapseModule
],
declarations: [

View File

@ -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

View File

@ -22,7 +22,7 @@ import { VideoBlacklistComponent } from '@app/videos/+video-watch/modal/video-bl
VideoWatchRoutingModule,
SharedModule,
ClipboardModule,
NgbTooltipModule.forRoot(),
NgbTooltipModule,
NgxQRCodeModule
],