valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+popover/demos/custom-content/custom-content.html

Summary

Maintainability
Test Coverage
<ng-template #popTemplate>Just another: {{content}}</ng-template>
<button type="button" class="btn btn-warning"
        [popover]="popTemplate" popoverTitle="Template ref content inside">
  TemplateRef binding
</button>