次のように、ngModel を使用して div の contenteditable 入力コンテンツを双方向にバインドしようとしています。
<div id="replyiput" class="btn-input" [(ngModel)]="replyContent" contenteditable="true" data-text="type..." style="outline: none;" ></div>
しかし、それは機能しておらず、エラーが発生します:
EXCEPTION: No value accessor for '' in [ddd in PostContent@64:141]
app.bundle.js:33898 ORIGINAL EXCEPTION: No value accessor for ''