This example focuses on projected gradients for connections. It shows how to keep the base connection lightweight, opt into gradients only where needed, and drive the gradient colors from regular Angular state.
That makes it a good reference when you want richer edge styling without turning every connection into a permanently heavier SVG structure.
f-connection-gradientmat-select[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/custom-connections/custom-connections.component.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/custom-connections/custom-connections.component.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/connections/custom-connections/custom-connections.component.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss