angular-tree-component
angular-tree-component copied to clipboard
ngrx with tree component
Hello
I'm trying to use ngrx to store my tree and update it when changes are made. Is there a non complicated way to save and update the ngrx store of the tree that doesn't not require normalization of the tree?
I think this is just possible to save the ITreeState object, which you can subscribe on updateChange event. you can get or set in the store easily. If this is still a problem, you could share your code snippet, I can probrably help.
Did you solve this? Or can this be closed due to inactivity?