We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot filter array by property null value. I cant find objects with null property value:
https://stackblitz.com/edit/ngx-filter-pipe-vvsfie?file=app/app.component.ts
The text was updated successfully, but these errors were encountered:
So you expect that pipe will return only one value { name: null }?
{ name: null }
Sorry, something went wrong.
add failing test for #63
1b73069
Yes, please.
My Use-Case for this is, having an array of elements where I want to filter:
Give me every element Where the value is "Group1" or "Group2" or where property is empty
Only if the element has the value "Group3", it should be filtered out.
No branches or pull requests
Cannot filter array by property null value. I cant find objects with null property value:
https://stackblitz.com/edit/ngx-filter-pipe-vvsfie?file=app/app.component.ts
The text was updated successfully, but these errors were encountered: