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?