Example of a tree layout using the dagre.js with Foblex Flow and Angular to create simple tree layouts. The dagre.js
library provides a set of layout algorithms that can be used to create complex layouts for diagrams and graphs.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/dagre-layout-example/dagre-layout-example.component.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/dagre-layout-example/dagre-layout-example.component.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/dagre-layout-example/dagre-layout-example.component.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss