And I don't want this. Because I'm validating each element of FormArray asynchronously, I want validators only to run when necessary (i.e. when value of the control they're added to really changes). I also find this behaviour strange because validators don't get executed when value of FormArray changes, only when new element is added.
replication: https://stackblitz.com/edit/angular-reactive-forms-tkdu1n?file=app%2Fapp.component.ts
Any help would be greatly appreciated