I am using angular with openlayers and I am following the example posted below in the link:
https://openlayers.org/en/latest/examples/overlay.html
the aforementioned link provide the following information in order to work with the popover:
Things to know when using the popover plugin:
Popovers rely on the 3rd party library Popper.js for positioning. You must include popper.min.js before bootstrap.js or use bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for popovers to work!
please let me know how to include
popper.js
and
bootstrap.js
so i can work with the popover function and get it working.
image:





