ng使用按钮工具提示的模板绑定不起作用

时间:2019-01-17 06:54:39

标签: angular ng-template property-binding

tolTemplate没有与[tooltip]绑定

<ng-template #tolTemplate>
  Just another: 
</ng-template>
<button type="button" class="btn btn-success" [tooltip]="tolTemplate">
  Show me tooltip with html
</button>

任何想法,如何解决。

enter image description here \

0 个答案:

没有答案