Posts by Virgilio Maximiliano • 11 points
2 posts
-
1
votes1
answer43
viewsA: How to create a Pipe by filtering a list of items, where there is an array of objects in this list? Is it possible to filter this object array as well?
After many tests, I managed to solve my question. I will leave the solution for future research. I reversed the logic and used the some and the findIndex. if(opcionalSearch &&…
-
0
votes1
answer43
viewsQ: How to create a Pipe by filtering a list of items, where there is an array of objects in this list? Is it possible to filter this object array as well?
I’d like some help with a pipe. The purpose of the pipe is to filter into a list of vehicle advertisements some properties. For example: brand, fuel, type and etc. So far everything works, but I…