does someone know a way to find out for an Angular2 FormControl if the required validor is registered for the control.
this.form = builder.group({name: ['', Validators.required]};
Can I then query the this.form.controls['name']
control if it is a required field? I know I can check if it is valid, but that's not what I want.
Kind regards,
Marc
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…