Files
itc.webengineering/demo/src/app/display-html/display-html.component.html
2025-12-06 10:38:18 +01:00

5 lines
100 B
HTML

<div>
<p innerHtml="{{ html }}"></p>
<button (click)="updateHtml()">Update Html</button>
</div>