Tuesday 1 September 2020

FormControl, FormGroup, FormArray

 Form Control:

Smallest unit, represents input, radio, select, whatever form HTML element it is bind with.

  1.  FormControl {
    1. asyncValidatornull
    2. errorsnull
    3. pristinetrue
    4. status"VALID"
    5. touchedtrue
    6. validatornull
    7. value""
    8. _pendingTouchedtrue
    9. _pendingValue""
    10. dirty(...)
    11. disabled(...)
    12. enabled(...)
    13. invalid(...)
    14. parent(...)
    15. pending(...)
    16. root(...)
    17. untouched(...)
    18. updateOn(...)
    19. valid(...)

No comments:

Post a Comment