tolTemplate が [tooltip] でバインドされない
<ng-template #tolTemplate>
Just another:
</ng-template>
<button type="button" class="btn btn-success" [tooltip]="tolTemplate">
Show me tooltip with html
</button>
任意のアイデア、これを解決する方法。
tolTemplate が [tooltip] でバインドされない
<ng-template #tolTemplate>
Just another:
</ng-template>
<button type="button" class="btn btn-success" [tooltip]="tolTemplate">
Show me tooltip with html
</button>
任意のアイデア、これを解決する方法。