1. Урок 1. 00:00:47
    Welcome
  2. Урок 2. 00:02:17
    Using the exercise files
  3. Урок 3. 00:01:50
    Series overview Building an Angular app
  4. Урок 4. 00:01:07
    The modeldriven forms approach
  5. Урок 5. 00:05:03
    Form Group
  6. Урок 6. 00:02:38
    Form Control
  7. Урок 7. 00:02:33
    Form controls in a nested Form Group
  8. Урок 8. 00:01:23
    Radio inputs as form controls
  9. Урок 9. 00:05:09
    Form Array
  10. Урок 10. 00:04:20
    Filling it with data
  11. Урок 11. 00:02:04
    Resetting data
  12. Урок 12. 00:03:45
    Using the FormGroup in the template
  13. Урок 13. 00:05:19
    Input type text
  14. Урок 14. 00:03:32
    Input type checkbox
  15. Урок 15. 00:03:27
    Select
  16. Урок 16. 00:01:07
    Textarea
  17. Урок 17. 00:01:31
    Input type radio
  18. Урок 18. 00:01:23
    Getting a handle to form fields in the template
  19. Урок 19. 00:03:43
    CSS classes for change detection
  20. Урок 20. 00:04:11
    Using value Changes
  21. Урок 21. 00:05:34
    Builtin validators
  22. Урок 22. 00:03:25
    Creating custom validators
  23. Урок 23. 00:03:08
    Using custom validators
  24. Урок 24. 00:04:18
    Using builtin CSS classes for validation
  25. Урок 25. 00:02:15
    Checking if the form model is valid
  26. Урок 26. 00:01:37
    Next steps