Chapter 7Building Reactive Forms in Angular
Initially defined in 1999, the <form> element has powered the web ever since. Web forms started out as an obtuse collection of inputs that only validated when the user submitted the entire form, resetting everything if one detail was off. In the modern era, our users expect much more from forms. Our forms need to load quickly, respond with inline validation, and save the user’s state so nothing is lost due to a connection hiccup or page refresh. Angular sprinkles RxJS liberally across its form tooling with the ReactiveForms module, bringing a decades-old element up to the cutting edge.
This chapter walks you through creating a set of forms for a pizza shop, showcasing the many features of reactive ...
Get Build Reactive Websites with RxJS 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.