I want to develop a component with the following features:
innerHTML
i.e. dynamic data.mouseover
the div
, it has to show some icon to edit.(this html loaded for innerhtml)
<div class="profile-pic">
<img src="https://c1.staticflickr.com/5/4023/5154094149_8c1345f634.jpg">
<div class="edit" style="background: #7d7c7c; border: 1px solid; width: 100%; text-align: center;">
<a href="javascript:void(0)" (click)="changeEditor(TEXT)">Click me</a>
</div>
</div>
<p [innerHTML]="content | safeHtml"></p>
答案 0 :(得分:0)
您可以使用innerHTML收听对段落的点击,然后检查event.target元素。