Set global config of tooltip for ng-bootstrap
问题 I'm trying to set a global config for tooltips using ng-bootstrap. By default I want the container to be "body". I see the code needed for it on the ng-bootstrap page: https://ng-bootstrap.github.io/#/components/tooltip I guess I don't know where to put that. I have tried placing it into the app.component.ts file but it doesn't seem to do anything there. app.component.ts import { Component } from '@angular/core'; import { NgbTooltipConfig } from '@ng-bootstrap/ng-bootstrap'; @Component({