Foblex Flow is not a charting package or a static SVG helper. It is an Angular diagram library for interactive, editable graph UIs. That matters when your users are not just viewing relationships, but actively creating, connecting, moving, and organizing diagram elements.
You can still start small. A simple diagram editor only needs the core flow primitives, while features like minimap, waypoints, alignment, caching, or virtualization stay optional.
Use it for Angular diagram interfaces such as:
For Nx workspaces:
Or install it manually with the required companion packages:
If you want layout engines on top of the core diagram surface:
or:
If your app already owns Flow styling, both layout packages also support --skipTheme.
Use Dagre for lighter hierarchical layouts and ELK.js when you need a richer algorithm set and more tuning options.
If you need a diagram surface that still behaves like an Angular product screen, Foblex Flow is a better fit than a static renderer.