How to use "innerHTML" in the "textarea" component? I do that but nothing works.
<textarea [innerHTML]="notebook.description"
class="form-control" name="description"
style="height:320px" [(ngModel)]='notebook.description' disabled>
</textarea>