Currently, I am in the process of developing a time picker component that will connect to a reactive form control. My goal is for the form control to be considered invalid if the end time is set before the start time. Although Angular provides built-in validators, I am looking for guidance on how to validate against another form control. Any help or direction on this matter would be greatly appreciated.