-
Notifications
You must be signed in to change notification settings - Fork 227
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
Is this a dead project? #224
Comments
It seems like a waste to abandon this. I'm not aware of anything similar to this for Angular. I'm also using this in my main personal project to create display rules, filters, etc. |
@zebzhao hasn't made any commits to github in any repo since 29 August 2020. Hope he is ok. |
@zebzhao is this project maitained? |
@windbeneathyourwings @bezchristo do you know any alternatives to this, which are still maitained? |
@tscislo the only other ones I know about are paid versions. |
If someone wants to help out with this project. I forked and upgraded to angular-12 and put on npm. This will at least let you run it on angular-12. |
@raysuelzer we tried original version event with ng 13 and at first glance it looks that it works. What have you changed in your fork, what challenges have you encountered runnig oryginal version with ng 12? |
I forget the exact problems, but it was having issues with AOT and Ivy support. It wouldn't build production mode. I didn't try with ng13 so maybe it works with ng13, which would be great. |
Just to let you know that I was able to use this project without any modifications in ng13. We even forked this internally and it builds nicely with in new ng13 partial compilation mode. |
I am using it with ng11 and I subclassed it so that I could enhance it. I've added support for NOT and I'm now working on named rulesets. At some point, I'll try to do a PR. |
This should work on v15 now thanks to contributions. |
i am trying to use this with angular cli 13, but i am getting this error in app.component.html file that Can't bind to 'ngModel' since it isn't a known property of 'query-builder'. can you help me please. |
Hello,
I would need to know if this project is supported for future versions of Angular or is a discontinued / dead project.
I see that it remained at version 8 of Angular, is this because there is total compatibility with later versions or because this is no longer supported?
Thanks!
@zebzhao
The text was updated successfully, but these errors were encountered: