Bird
0
0

What will be the initial status of a newly created FormControl without validators?

easy🧠 Conceptual Q2 of 15
Angular - Reactive Forms
What will be the initial status of a newly created FormControl without validators?
AINVALID
BVALID
CPENDING
DDISABLED
Step-by-Step Solution
Solution:
  1. Step 1: Recall default status of FormControl

    A new FormControl without validators is considered valid by default.
  2. Step 2: Understand status meanings

    Since no validation rules are applied, the control status is VALID.
  3. Final Answer:

    VALID -> Option B
  4. Quick Check:

    New FormControl without validators = VALID [OK]
Quick Trick: No validators means FormControl status is VALID by default [OK]
Common Mistakes:
MISTAKES
  • Assuming status is INVALID without validators
  • Confusing PENDING with initial status
  • Thinking DISABLED is default without explicit call

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Angular Quizzes