I have a input component that uses a Control for validation.
This component is being used within a label that has a ngIf attached.
When the ngIf is false, the input is not being rendered, thats expected and ok, but the problem is that it stills invalidates the whole form.
What could I do to so that the form is not invalidated by an input that is inside a false ngIf statement.
thanks