Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt

Use this file to discover all available pages before exploring further.

Angular SDK migration guide

5.9 bumps the Angular renderer to Angular 20. A new required input is introduced on <flx-process-renderer>, one legacy input is removed, and two top-level props are added.

Framework upgrade: Angular 19 → 20

Upgrade your host app to Angular 20 before bumping the FlowX SDK. Follow the official Angular update guide with from: 19.0 and to: 20.0.
Requirement5.15.9
Angular CLI~19.2~20
Node≥ 20.9.0≥ 24.0.0
npm≥ 10.1.0≥ 11.0.0
TypeScript~5.5≥ 5.8

FlowX SDK changes

Organization ID property

We’ve added a new organizationId mandatory input to the <flx-process-renderer> component. See SDK documentation for more details.
<flx-process-renderer
  ...
  [organizationId]="'10000001-0001-0001-8001-100000000001'"
/>

keepState removed

The [keepState] input was removed in 5.9. Process data is always reset when the component is destroyed.
- [keepState]="keepState"

Angular SDK reference

Angular renderer SDK documentation

Migration overview

Full 5.1.x LTS → 5.9.x upgrade guide
Last modified on June 2, 2026