I am trying to manually close a bootstrap popover to get it to close when I click anywhere on the document or body that isn\'t the popover.
document
body
1) Use ng-bootstrap for Popover.
2) Update the ng-bootstrap version to 3.0.0 or above. i.e npm install --save @ng-bootstrap/ng-bootstrap@3.0.0
3) After updating, you may use [autoClose] functionality of Ngbpopover.
Click to toggle
4) Hope it helps !