Overview of ngx-vflow
mainngx-vflow is an Angular library designed for building node-based applications, ranging from static diagrams to complex visual editors. It handles the heavy lifting of flow mechanics, including dragging, zooming, and edge curve mathematics, through a simple API.
Key characteristics include:
- Customizable UI: Use standard HTML and CSS to customize nodes. Edges, connection lines, and handles can be customized using SVG.
- High Performance: Built using Angular Signals to ensure performant rendering, even for large flows.
- Zoneless Support: The library does not require
zone.jsto function.