Technical requirements
This chapter assumes that you have a basic understanding of RxJS.
For more details about Reactive forms, please refer to https://angular.dev/guide/forms/reactive-forms.
For demonstration purposes, we will be using a fake autosave service. Its implementation is available in the recipes-book-api
module in this book’s GitHub repository. Note that we won’t be going through the details of this service as the focus is not the backend of the project.
The source code of this chapter is available at https://github.com/PacktPublishing/Reactive-Patterns-with-RxJS-and-Angular-Signals-Second-Edition/tree/main/Chap06.