This page demonstrates how to build a custom diagram editor with @foblex/flow and Angular.
The sample data is UML-styled, but the focus is the library integration patterns.
f-flow as the interaction root.f-canvas with fZoom for viewport and scale control.fNode and fGroup for rendering movable graph elements.fConnection with explicit routing sides, connection behavior, and line types.fMarker for relation semantics.f-background and f-line-alignment for canvas readability.@foblex/flow is domain-agnostic. This example shows how library primitives can be composed into a structured, production-style diagram surface with custom rendering and routing logic.
You can replace UML data with any domain model and keep the same flow architecture.
The full project source for this example is in: