-
Notifications
You must be signed in to change notification settings - Fork 5
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
actions-executing plug-in is not working as expected with nx monorepo ! #15
Comments
hi @HD60Hz i use this plugin myself with Nx without any issues, can you be more specific what issue you are having? btw, sorry for late response |
closing the issue, if you still are having problem please post more details and if possible a stackblitz with the error repro. thanks @HD60Hz |
Facing the Same issue here after i moved my angular project to nx workspace the action execution plugin no longer works! it always returns false and doesn't detect the changes which should be false => true => false
|
that is not how you are supposed to use the actionExecuting plugin Please refer to the documentation But generally speaking you would |
and after using this it also keeps return only false not false => true => false |
@MahmoudTarekAli yes, the plugin works with NX, my project uses nx version 17 and works ok. what versions of nx, ngxs and actions-executing plugin are you using? would you be able to create a repo with a reproducible error? |
@MahmoudTarekAli @HD60Hz NX shouldnt change anything about how this plugin works, the only thing i would make sure is what angular version you are using and making sure is aligned with the ivy or non-ivy version of the plugin |
@MahmoudTarekAli you still have issue with this? |
We recently moved our Angular project into a monorepo (nx). we noticed that the action execution plugin no longer works!
are there any special configurations when it comes to using this kind of architectures, especially with shared libraries etc. ?
The text was updated successfully, but these errors were encountered: