I can\'t seem to fix this error. I have a search bar and an ngFor. I am trying to filter the array using a custom pipe like this:
You need to include your pipe in module declaration:
declarations: [ UsersPipe ], providers: [UsersPipe]