Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Angular Query Builder Express to Query/Filter
posted

The documentation for the Angular Query Builder says that "The expression tree can then be easily transformed to a query in the format the backend supports".

https://ko.infragistics.com/products/ignite-ui-angular/angular/components/query-builder

Are any examples of how this is done available?

Alternatively I would appreciate an example of how the Query Builder expression tree could be used to filter an array of objects in the Angular app. Object property names would match the fields passed to the expression tree.