#search filter issues

2 messages · Page 1 of 1 (latest)

tawny nacelle
#

hello guys i am trying to make this search filter pipe work
this is my home.component.html and home.component.ts

crude nest
#

You first need to start writing a pipe. Have you tried doing that? Then you need to think about what this pipe receives and what it should return. Then you need to implement the filtering logic. Try something, and if you're stuck, post what you tried, as text, and explain clearly what the concrete problem you're facing.