-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
#15009 bug with not contains #16853
#15009 bug with not contains #16853
Conversation
Additionally move the filter method there
NOTE: 1. Configured jest according to https://thymikee.github.io/jest-preset-angular/docs/getting-started/installation 2. In was recommended in diverse sources to comment out the files in `tsconfig.spec.json` to avoid conflicts with jest
- To debug in the browser
- Especially the fixing the global filter `notContains` which is the main scope of this issue.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Remarks
|
Also let me know, if need to change something |
Hi @juri-sinitson, thanks a lot for your contribution! Can you please resend your PR for v18 branch? Also, please don't change the folder structure (table.service) or add your IDE setting. We'll update folders after the 19 release. |
Hi @mertsincan, sorry for a big delay. I've noticed that the version 19 is out and it's a part of For me it looks like it's now better to resend a PR for master instead of v18. I've just rebased my branch to the current master. |
@mertsincan |
Filter bug fixes
Fixes the #15009 and adding unit tests for filtering.
Feel free to modify my code before merging when necessary.