Angular - Reactive Forms
You want to disable all controls inside a FormGroup named
settingsForm at once. Which is the correct way to do this in Angular?settingsForm at once. Which is the correct way to do this in Angular?settingsForm.controls.disable() to disable controls is invalid because controls is an object, not a method. Options A and D do not disable controls but change values.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions