I am using bootstrap popover in angular 6. I want to add some html code to the contents.
<button (click)= "changeClass = !changeClass;"
type="button"
class="btn actionButton"
[style.opacity] = "getStyle()"
placement="left"
popoverClass="popover"
ngbPopover="Here i want to add some html code" > <img src="assets/images/dots.png"> </button>
Please help me out