I've don't want Validators.required to consider just whitespace as fulfilling its requirement.
Rather than adding an extra validator to my formControl, I'd like to extend Angular's Validators.required. Can someone point me to any info on how to do this?