This error can occur in an Angular project and is pretty hard to debug. Some possible solutions are pointed out here:

Solutions

You did not add a provider to your pipes

If you specified a new angular pipe, you should add it to declarations, exports AND providers. I got this error when I forgot about the providers.

Other possible solutions

  • Try to remove the .angular directory
  • You did a faulty import of a module

 

Saved you some valuable time?

Buy me a drink 🍺 to keep me motivated to create free content like this!