valor-software/ng2-bootstrap

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

Summary

Maintainability
Test Coverage
<ng-template #tolTemplate>Just another: {{content}}</ng-template>
<button type="button" class="btn btn-warning" [tooltip]="tolTemplate">
  TemplateRef binding
</button>