12

Managing States with NgRx

In the previous chapter, we learned about the concepts and features of Reactive forms. We implemented FormGroup, FormBuilder, and formControlName to bind input values in the form elements in the application. We also discussed how to group form control to bind nested properties and create form arrays in our Reactive forms.

After that, we learned how to implement validations for form controls to handle and verify user input. This will be beneficial for the user experience and help us avoid unexpected errors.

In this chapter, we will add a new recipe to our application and learn how to implement state management, specifically NgRx, for handling data in our Angular application.

In this chapter, we will cover the following ...

Get Spring Boot and Angular 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.