I am trying to print json object in textarea using ngModel.
ngModel
I have done following:
for Two way binding You just need to add attribute in textarea tag name="message", ONLY [(ngModel)] works 100%!.
name="message"
[(ngModel)]