Technical requirements
This chapter assumes that you have a basic understanding of RxJS.
For more details about Reactive forms, please refer to https://angular.io/guide/reactive-forms.
The autosave service used in this chapter and available in recipes-book-api
is a fake used for demonstration purposes as the focus is not the backend.
The source code of this chapter, except for the samples, is available at https://github.com/PacktPublishing/Reactive-Patterns-with-RxJS-for-Angular/tree/main/Chapter07.