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:
Note : Only if you are not using angular modules
For some reason this is not in the docs but I had to import the custom pipe in the component
import {UsersPipe} from './users-filter.pipe' @Component({ ... pipes: [UsersPipe] })