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>
任何想法,如何解决这个问题。