tolTemplate is not getting bind with [tooltip]
<ng-template #tolTemplate>
Just another:
</ng-template>
<button type="button" class="btn btn-success" [tooltip]="tolTemplate">
Show me tooltip with html
</button>
Any idea, how to resolve this.
Try to add to button attribute contentType or content-type (depends on version angular).