I have the following textarea:
In your case content is a property on your model.
In order to do what you want you need to use a template reference value for the form control #myControl="ngModel" and then you have access to the valid property: myControl.valid.
So in your example:
And use it in the button tag:
New comment