Tree component for menus and parent child viz.

It should be flexible enough to be able to create a menu with nodes/leafs and bind any kind of events to it, following material design.
Used to show parent/child relationships for databases/tables/columns , etc etc
:+1: Currently working on an Angular 1 version of this for an IT application. Would love to have a set of Covalent components to do this if we migrate.
You've probably already considered all these features, but figured I'd write them down anyway...
Here are a set of features that would be good to have in the tree. I don't see a use case for horizontal tree, but I know you guys have a use case elsewhere.
In all cases, report item(s) effected.
Cool, I am using covenant in our project, but for tree component ended up using
https://angular2-tree.readme.io/docs,
had to customize the looks to material, but really liked the API and customization they provided.
I would suggest that we keep loading tree nodes async also in list of features :)
@ajitsonlion : would you care to share your material customisations ?
@emoralesb05

Created a material style tree on top of the angular2-tree component. Its material styled and the checkboxes, icons are all configurable.
If this is something similar to what you; re looking for .. let me know... I'll assign it to myself and work on the PR
@harsha00790 are you planning to share your materialized style customization? they looks awesome, and I encourage you to do so.
Thanks!
Most helpful comment
:+1: Currently working on an Angular 1 version of this for an IT application. Would love to have a set of Covalent components to do this if we migrate.