Angular-QueryBuilder icon indicating copy to clipboard operation
Angular-QueryBuilder copied to clipboard

Is this a dead project?

Open gabrielemarano opened this issue 4 years ago • 12 comments

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

gabrielemarano avatar Oct 07 '21 10:10 gabrielemarano

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.

windbeneathyourwings avatar Oct 10 '21 20:10 windbeneathyourwings

@zebzhao hasn't made any commits to github in any repo since 29 August 2020. Hope he is ok.

bezchristo avatar Oct 12 '21 10:10 bezchristo

@zebzhao is this project maitained?

tscislo avatar Nov 26 '21 14:11 tscislo

@windbeneathyourwings @bezchristo do you know any alternatives to this, which are still maitained?

tscislo avatar Nov 26 '21 14:11 tscislo

@tscislo the only other ones I know about are paid versions.

bezchristo avatar Dec 06 '21 21:12 bezchristo

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.

https://github.com/raysuelzer/ngx-angular-query-builder

raysuelzer avatar Dec 15 '21 20:12 raysuelzer

@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?

tscislo avatar Dec 16 '21 10:12 tscislo

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.

raysuelzer avatar Dec 21 '21 19:12 raysuelzer

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.

tscislo avatar Jan 03 '22 14:01 tscislo

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.

eisnerw avatar Jan 09 '22 01:01 eisnerw

This should work on v15 now thanks to contributions.

raysuelzer avatar Apr 03 '23 23:04 raysuelzer

@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 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.

ckmanna avatar Nov 13 '23 12:11 ckmanna