Skip to content

Instantly share code, notes, and snippets.

@bhaidar
Created December 17, 2018 19:10
Embed
What would you like to do?
Content editable component template
<div
#container
[ngStyle]="styles"
[innerHTML]="contentValue"
(input)="setContent($event)"
contenteditable="true">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment