Angular library for visualization of tree diagrams
npm install treant-ngAngular Wrapper for treant-js library.
Added opportunity for provide "templateRef" and "viewContainerRef" for nodes.
Simply add your params to config by follow example:
````
chart: {
container: "#tree-simple",
nodeTemplate: // Add your node templateRef
viewContainerRef: // and ViewContainerRef object
...
},
>Treant-js is an SVG based JS library for drawing tree diagrams.
>It relies on Raphael for handling SVG and animations.
Leave complaints and suggestions:
https://github.com/DMITRYTISHKIN/treant-ng