Ray Suelzer

Results 39 comments of Ray Suelzer

I think something like this would be nice `@HostListener('touchstart:passive')`

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

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

This should work on v15 now thanks to contributions.

It seems the current project has been abandoned. It might be time to create a fork that can hopefully be maintained?

I made this fork, not maintaining it beyond my own needs ATM though. https://github.com/raysuelzer/ngx-angular-query-builder

They shouldn't really even be on that version, AFAIK angular is still in 6.x. Sort of shocked it worked for so long

This is an issue for far more than pagination, it impacts invalidation and modification on ROOT_QUERIES with keyArgs. The fact that the details passed to `Modifier` do not include variables,...

So, it looks like in the library the underlying code is using things like CanActivate which was removed in version 16. The issue with the generic type argument is strange,...

I deferred to letting #35 run it's course, no need to re-invent the wheel.