This example demonstrates how to use different connection types between nodes in foblex flow. Each type defines how the link between connectors is drawn — from a simple straight line to a smooth adaptive curve.
The example includes four built-in connection types:
You can select the connection style using the fType attribute on the
If the built-in types are not enough, you can also create a custom connection type. See the example and full guide here: 👉 Creating a Custom Connection Type.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/connection-types/connection-types.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss