My scenario is to create a different independent states of same component, so when anything changes on one component cannot affect other component states.
The problem i am facing is whenever i am changing anything in one component its updating other component state also
In my case is i am creating a datatabs where i am loading same components dynamically with different array of objects data. So if i update any data in one tab , the other tab should not be affected.
Is it possible with NgRx ?