I have a parent component Where I create a FormControl Array and initialize it with Validations.required Validator.
In Child Component I am adding a Dynamic Validator based on input from parent (true/false) but adding that Validator will remove 'required' from the Control.
How can I keep the initialized and later added Validators in the Form Control?