0
votes

Is it possible to have reactive form without validation? I did not have any Validators in FormBuilder, but it still add ng-valid class to input on change, but I do not need it.

1

1 Answers

0
votes

Yes you just need to import reactive forms and it workz.