Hi, I would like to use ng-bootstrap but I'm getting an error message:
Unhandled Promise rejection: Error in ./HomeComponent class HomeComponent - inline template:0:0 caused by: No provider for NgbTooltipConfig! ; Zone: angular ; Task: Promise.then ; Value:
I tried add it in few steps:
I was trying to test it by:
<button type="button" class="btn btn-secondary" placement="top" ngbTooltip="Tooltip on top">
Tooltip on top
</button>
Do you have any idea what is wrong?
You should import NgbModule.forRoot() not NgbModule.
Most helpful comment
You should import NgbModule.forRoot() not NgbModule.