<textareaAnd when I set following:
id="fixTextArea"
ej-rte
[(value)]="newTask.remarks"
></textarea>
newTask.remarks = "<p><ul><li>TTTT</li></ul></p>";I get the following error:
Hi,
I read an artical here, and saw that to this issue comes when is not enabled enableProdMode, so just in development mode when comes to double checking...
As you requested, I am attaching ZIP with example where comes to problem when clicking on any of two buttons in example (which simulating http get request).
Regards,
Marko
constructor(private http: Http,private cd: ChangeDetectorRef) {
}
ngAfterViewChecked()
{
this.cd.detectChanges();
}
|