mbouclas / loopback-ds-tree-mixin

Transform a loopback model into a tree using the Array of Ancestors pattern
MIT License
6 stars 4 forks source link

Sample application / code that uses loopback-ds-tree-mixin #15

Closed haresh333 closed 5 years ago

haresh333 commented 5 years ago

Hi Is there any sample applciation or code that showcases use of loopback-ds-tree-mixin?

regards

mbouclas commented 5 years ago

The only public example i have for you is this. I think that the documentation gives a good example of the available functionality though

haresh333 commented 5 years ago

Thanks. I was able to use the mixin based on the documentation provided and it turned out to be easy and obvious.

Thanks for very good mixin.