CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

ngrx with tree component #664

Open omerg206 opened 6 years ago

omerg206 commented 6 years ago

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?

debender495 commented 5 years ago

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.

phhbr commented 4 years ago

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