This example shows how to build a schema editor on top of Foblex Flow. It combines draggable table nodes, inline column editing, connection creation and reassignment, context-menu actions, and viewport tooling into a canvas that feels closer to a real admin product than a minimal graph demo.
f-flow and f-canvas as the root editing surface.fZoom for canvas-scale control.fNode for draggable table nodes.fNodeInput and fNodeOutput for column-level connectors.fConnection for rendered schema relations.fConnectionForCreate for drag-to-connect creation.fSnapConnection for snap-assisted relation reassignment.fCreateConnection, fReassignConnection, and fSelectionChange events for synchronizing editor state.fConnectionContent for the floating relation toolbar.fBackground, fCirclePattern, fMagneticLines, fSelectionArea, and fMinimap for editor ergonomics.This is the strongest reference app in the repo when you need to embed Foblex Flow into a broader CRUD-oriented Angular screen. It demonstrates how the canvas can live alongside forms, menus, detail actions, and editor-like state instead of being treated as an isolated widget.