标签: 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>
任何想法,如何解决。
\