-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Cannot get it working #48
Comments
@cornem Thank you for bringing this issue to our attention. We’ve identified and fixed the problem with the missing WindowService in @foblex/core. To resolve the error, please reinstall @foblex/f-flow in your project:
|
The latest version doesn't work for me either:
Is this library compatible with Angular v15? |
Yes, it fully supports versions starting from 12. I will try to investigate your problem |
@cornem Yes, we found a bug, we will try to fix it today. |
@cornem Fixed. v12.6.3
|
Description
I'm trying to add your library to my Angular project, but I'm unable to get it to work. It fails to build.
Steps to Reproduce
version 12.6.1
If I add
@foblex/flow
(12.6.1) with@foblex/core
(1.2.5) it fails to compile with errors (there are many):If I add
@foblex/flow
(12.6.1) with@foblex/core
(1.2.3) it fails to compile with this errors (there are many):Expected Result
A working app.
Actual Result
Compilation errors.
Environment Details
Angular v15
Screenshots or Videos
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: