Thank you traynor for your answer.
I just have issue with importing Carousel class:
Error: src/app/components/display/video/viewer/carousel/image-carousel.component.ts:4:26 - error TS7016: Could not find a declaration file for module 'bootstrap'. '/home/steph/2_advanced_computer_science/projects/peertubeseeker/app_front/peertube-seeker/node_modules/bootstrap/dist/js/bootstrap.js' implicitly has an 'any' type.
I can see the Carousel class it in :
/home/steph/2_advanced_computer_science/projects/peertubeseeker/app_front/peertube-seeker/node_modules/bootstrap/js/src/carousel.js
Where It is declared as : class Carousel extends BaseComponent
But I don't find the module to put in my :
@NgModule({
declarations: [
ViewerPanelLayout,
VideoDisplayViewerPanel,
ImageCarouselComponent,
ChanelSearchComponent
],
imports: [
CommonModule,
ViewersRoutingModule,
ReactiveFormsModule,
FormsModule
]
})