Replies: 2 comments 1 reply
-
|
Thanks for reaching out and for providing the details. For Angular 15 you’ll need to use the following Foblex Flow and related package versions (see screenshot for exact versions). Please note: If possible, we strongly recommend upgrading to Angular 16+ to take advantage of the latest features, fixes, and up-to-date documentation. 💬 If Foblex Flow has been helpful — a GitHub star is always appreciated 🙂
|
Beta Was this translation helpful? Give feedback.
-
|
Here’s a working example for that version — and yes, you should import FFlowModule, not FoblexFlowModule. With this setup and FFlowModule in your imports, the chart should render properly in Angular 15 with the compatible Foblex Flow version. 💬 If Foblex Flow has been helpful — a GitHub star is always appreciated 🙂 |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I’m using Foblex Flow in my Angular 15 project (15.2.3v) , but I’m encountering several errors during compilation. I’ve followed the setup steps from the documentation, but the errors persist. Here are the details:
Errors:
Type errors related to Angular imports:
TS2305: Module '"@angular/core"' has no exported member 'Signal'.
TS2305: Module '"@angular/core"' has no exported member 'DestroyRef'.
TS2305: Module '"@angular/core"' has no exported member 'CreateEffectOptions'.
TS2694: Namespace has no exported member 'EffectRef'.
Errors in directive bindings:
What I've tried:
I installed Foblex Flow version ^17.6.1 (also tried 12.3.7), which should be compatible with Angular 15.
I followed the setup from the official documentation and imported FFlowModule in my app.module.ts.
I’ve ensured that all necessary dependencies are installed and up-to-date by running npm install.
What I need help with:
Could you please help me identify if there are any missing steps or configurations in the setup process?
Are there any known compatibility issues between Foblex Flow and Angular 15, specifically with types or directives?
How can I resolve the type errors related to custom directives, such as fResizeHandleType and fNodePosition?
Any help or guidance would be greatly appreciated. Thank you in advance.
Here are some photos of my code attached below
Beta Was this translation helpful? Give feedback.
All reactions