© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. FreemanPro Angular https://doi.org/10.1007/978-1-4842-8176-5_21

21. Using the Forms API, Part 1

Adam Freeman1  
(1)
London, UK
 
In this chapter, I describe the Angular forms API, which provides an alternative to the template-based approach to forms introduced in Chapter 12. The forms API is a more complicated way of creating forms, but it allows fine-grained control over how forms behave, how they respond to user interaction, and how they are validated. Table 21-1 puts the forms API in context.
Table 21-1

Putting the Forms API in Context

Question

Answer

What is it?

The forms API allows for the creation of reactive forms, which are managed using the code in a component ...

Get Pro Angular: Build Powerful and Dynamic Web Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.