This Angular project is part of the Foblex Flow Tutorial Series, which demonstrates how to build visual editors and node-based interfaces using Foblex Flow — a powerful open-source Angular library for interactive graphs and UI logic modeling.
📘 Building AI Low-Code Platform in Angular — Part 2: Creating Your First Flow
In this part, we create draggable nodes using FNodeDirective, connect them with FNodeOutputDirective and FNodeInputDirective, and render a basic interactive flow using FFlowComponent.
🧠 Read the article:
Design Node-Based Interfaces in Angular — A Beginner’s Guide with Foblex Flow
To run the local development server:
ng serveNavigate to http://localhost:4200 in your browser. The app will automatically reload if you change any source files.
To compile the project for production:
ng buildThe build output will be stored in the dist/ directory.
ng testng e2eNote: End-to-end testing requires a configured runner (e.g. Cypress or Protractor).
Foblex Flow is a visual node-based UI framework for Angular, ideal for building IDEs, automation tools, low-code platforms, and more.
- 🔗 GitHub: github.com/foblex/f-flow
- 🌐 Documentation & Live Examples: flow.foblex.com