Products App is a lightweight Angular (v19) application implementing CRUD operations for products with centralized state management using NgRx.
- Products CRUD (create, read, update, delete)
- Global state management with NgRx Store
- Centralized global error handling
- Clean and maintainable application structure
- Angular
- TypeScript
- NgRx
- RxJS
This project demonstrates practical usage of NgRx for state management, handling application-wide errors, and building predictable data flows in an Angular application.