Last updated:
For Angular, no official Formcentric components are available at the moment.
For new Angular integrations, an SDK integration via mount() from @formcentric/client is therefore recommended.
Unlike traditional Static embedding via formcentric.js, formapp.js, data-fc-* attributes and window.formcentric.initFormcentric(), the initialisation here is entirely programmatic. The configuration is passed via a configuration object and the lifecycle can be cleanly integrated with Angular’s lifecycle hooks.
While the Static embedding remains compatible, it should only be used in exceptional cases for new Angular projects.
The technical semantics of the common Formcentric keys are equivalent to the SDK and described in the main Formcentric Client General documentation.