In this video I have showed how we can implement searching in table or any other data which is loaded using ngFor directive of #Angular, using Angular Pipes. I have created a custom pipe for implementing search which is basically just filtering data taking input from search bar.
Hope you find it useful!
Source code: https://github.com/akashpambhar/search-table-angular