CirclonGroup / angular-tree-component

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

Is it possible to cache the state of a tree? #805

Closed yakupov112 closed 4 years ago

yakupov112 commented 4 years ago

I use asynchronous tree loading. For local storage, an http request will be made for each node. Can you save the current state of the tree with all the data loaded (not just id), for example somewhere in the service?