This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The previous article demonstrated how to add ngrx-store-freeze to verify your angular components do not improperly modify state directly without
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will show how to ensure your code doesn’t modify the application state without using the dispatcher and your
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will extend the same project by moving application logic to a central class for business logic, defend against
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will extend the same project state by replacing the reducer function for each store that uses a switch