You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mandrilla34
I think the problem steams from the fact that accessing via the parent form is retrieved as an abstract control. one attempt perhaps could be.
Now consider also that setFormErrors is rather a helper function created to assist in the rendering of errors via the directive in the package... so this is no vanilla angular per se.
This is an good option, it opens a range of solutions but the access to these errors seems far away, as it contains a lot of handling to validate because in addition I have to change the directive in the formGroupName template that is used by default for these subgroups, to formGroup.
I'm having trouble setting the setFormErrors method in a sub group:
setFormErrors:
this.form.controls.colaborador.setFormErrors;
I've tried a few ways but I can't get the expected result.
The text was updated successfully, but these errors were encountered: