Foblex Flow
Introduction
Overview
Nodes
Custom Nodes
Drag Handle
Node Selection
Resize Handle
Rotate Handle
Grouping
Drag to Group
Connectors
Node as Connector
Connector Inside Node
Connector Outlet
Limiting Connections
Connection Rules
Connectable Side
Updated
Connections
Drag to Connect
Drag to Reassign
Create Node on Connection Drop
Remove Connection on Drop
Assign Node to Connection on Drop
Auto Snap
Connection Types (Straight, Segment, Bezier, Adaptive Curve)
Custom Connection Type
Connection Behaviours
Connection Markers
Connection Content
New
Connection Waypoints
New
Connection Gradients
Updated
Connection Connectable Side
New
Extensions
Add Node from Palette
Selection Area
Help in Positioning (Legacy)
Deprecated
Magnetic Lines
New
Magnetic Rects
New
Grid System
Minimap
Zoom
Updated
Background
Updated
Advanced
Large Scene Performance
Updated
Connection Redraw Performance
Updated
Cut/Copy/Paste
New
Undo/Redo
Undo/Redo V2
New
Dagre Layout (Directed Graph)
ELKJS Layout (Directed Graph)
Drag Start/End Events
Custom Event Triggers
Reference Apps
AI Low-Code Platform
New
DB Management
UML Diagram
Tournament Bracket
Foblex Flow

DB Management

Example

This example shows how to build a database-oriented workflow surface with Foblex Flow. It combines nodes, connections, forms, context menus, and CRUD-style editing patterns into a richer editor that feels closer to a production back-office tool than a minimal diagram demo.

Possibilities

  • Connect nodes using the f-connection-for-create component.
  • Reassign connections and use snap behavior.
  • Move nodes and pan the canvas.
  • Zoom with the fZoom directive.
  • Add a background, alignment helpers, multi-select, and a minimap.
  • Combine the graph with Angular Material context menus, inputs, selects, and form validation.
  • Create, update, and delete nodes and connections.

When to use it

This example is useful when you need proof that Foblex Flow can sit inside a broader CRUD-oriented Angular screen instead of living as an isolated canvas.

Source Code

The source code for this example can be found in the GitHub repository.

Edit this page on GitHub