angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

ngrx with tree component

Open omerg206 opened this issue 6 years ago • 2 comments

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?

omerg206 avatar Aug 21 '18 10:08 omerg206

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.

debender495 avatar Mar 05 '19 09:03 debender495

Did you solve this? Or can this be closed due to inactivity?

phhbr avatar Feb 22 '20 09:02 phhbr