Tabs do not work when imported to shared module
StackBlitz: https://stackblitz.com/edit/ngx-bootstrap-goh43d
ngx-bootstrap: 3.2.0
Angular: 7.2.0
Bootstrap: 3
Hi, add this in the sharedModule :
exports: [TabsModule]
The solution from @Provson works properly, thanks.
Still facing error even I added under the shared module.
Most helpful comment
Hi, add this in the sharedModule :
exports: [TabsModule]