Angular - Testing
Given this test code snippet, what will be the value of
component.form.controls['email'].valid after setting component.form.controls['email'].setValue('test@example.com') if the email control has a required and email validator?