I have used a markdown editor in my angular HTML file form as follows:
<td-text-editor class="full-width" formControlName="description"></td-text-editor>
In the form, if we leave the description empty, it should throw up an error. Any inputs?
Just add a required validator to your formControl then you can show the errors for that formControl on your template
On your template