Looking at the documentation, it seems like popover can be HTML (it supports both string type and TemplateRef type:
http://valor-software.com/ngx-bootstrap/#/popover#popover-directive
It tried and it worked well for me. However, I want to display contents of popoverTitle also as HTML. Reason being that my title section is not just a plain heading but I have images and other html content I want to display there as well. Is it possible to display html content in popoverTitle? If yes, how?