Conclusion
That should be all, you have totally migrated to use NGRX for the application, any further features you want to implement remember the steps you have to follow:
- Define your states
- Define your actions
- Build your selectors
- Subscribe to the store
The completed project link: https://github.com/olawalemayor/product-app-ngrx
6
