get selectForPrimaryThemeOptionsError() {
return (
this.requestForm.get('selectForPrimaryThemeOptions').touched &&
this.requestForm.get('selectForPrimaryThemeOptions').errors &&
this.requestForm.get('selectForPrimaryThemeOptions').errors.required
);
}
<span *ngIf="selectForPrimaryThemeOptionsError" class="validation-alert">יש להזין שם שאלון</span>