valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+tooltip/demos/dynamic-html/dynamic-html.html

Summary

Maintainability
Test Coverage
<ng-template #popTemplate>Here we go: <div [innerHtml]="html"></div></ng-template>
<button type="button" class="btn btn-success"
        [tooltip]="popTemplate">
  Show me tooltip with html
</button>