If your product needs a node editor in Angular, Foblex Flow gives you the low-level editor primitives without locking you into a fixed domain model. You render the node templates, define the graph semantics, and keep business logic in your application while the library handles interaction and drawing.
The core setup is small, so it is a practical default choice for Angular teams. Most editors start with nodes, connectors, and connections, then add minimap, grouping, alignment, or performance helpers later.
Choose Foblex Flow for node editors such as:
Foblex Flow is not a full application builder. Your Angular app still owns:
That split is intentional. It keeps the editor flexible and avoids forcing a generic JSON format onto real product logic.
Use the examples overview to compare patterns and start from the closest editor use case.