How to write a simple ngrx code in angular for showing and adding an object to array of objects. It is a simple project I have got no service files written. I want to know simple working of store in ngrx.
Consider I have an array of objects I need to add another set of object to this. It should be done using ngrx. Even the view needs to be updated on addition of object.
I found an example related to the question I have asked. Hope it helps someone thank you.
https://appdividend.com/2018/01/31/angular-ngrx-store-tutorial-example-scratch/