22 Using the forms API, part 2
This chapter covers
- Creating form components dynamically
- Validating dynamically created form components
- Using the asynchronous validation features
- Writing custom form validators.
In this chapter, I continue to describe the Angular forms API, explaining how to create form controls dynamically and how to create custom validation. Table 22.1 summarizes the chapter.
22.1 Preparing for this chapter
For this chapter, I will continue using the exampleApp project from chapter 21. No changes are required for this chapter.