Posts by Cleber Brandão • 7 points
2 posts
-
-1
votes2
answers189
viewsA: With making a typescript composite filter?
With the help of the answers here and a few more internet searches, I’ve added a few more things to the filter. Follow code. I accept suggestions for improvements and corrections. this.tarefas = [ {…
-
0
votes2
answers189
viewsQ: With making a typescript composite filter?
I need to make a filter composed by the status and dateInicio of an object. The section below is just an abstraction of what came to mind, would be correct or is there a better way to implement?…