Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Angular 2 Forms: Data Binding and Validation, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:47
    Welcome
  • Урок 2. 00:02:17
    Using the exercise files
  • Урок 3. 00:01:50
    Series overview Building an Angular app
  • Урок 4. 00:01:07
    The modeldriven forms approach
  • Урок 5. 00:05:03
    Form Group
  • Урок 6. 00:02:38
    Form Control
  • Урок 7. 00:02:33
    Form controls in a nested Form Group
  • Урок 8. 00:01:23
    Radio inputs as form controls
  • Урок 9. 00:05:09
    Form Array
  • Урок 10. 00:04:20
    Filling it with data
  • Урок 11. 00:02:04
    Resetting data
  • Урок 12. 00:03:45
    Using the FormGroup in the template
  • Урок 13. 00:05:19
    Input type text
  • Урок 14. 00:03:32
    Input type checkbox
  • Урок 15. 00:03:27
    Select
  • Урок 16. 00:01:07
    Textarea
  • Урок 17. 00:01:31
    Input type radio
  • Урок 18. 00:01:23
    Getting a handle to form fields in the template
  • Урок 19. 00:03:43
    CSS classes for change detection
  • Урок 20. 00:04:11
    Using value Changes
  • Урок 21. 00:05:34
    Builtin validators
  • Урок 22. 00:03:25
    Creating custom validators
  • Урок 23. 00:03:08
    Using custom validators
  • Урок 24. 00:04:18
    Using builtin CSS classes for validation
  • Урок 25. 00:02:15
    Checking if the form model is valid
  • Урок 26. 00:01:37
    Next steps