{ "id": "errors/NG0302", "title": "NG0302: Pipe not found!", "contents": "

NG0302: Pipe not found!link

\n
\n mode_edit\n
\n\n\n
\n \n
\n\n\n\n
\n

Descriptionlink

\n

Angular can't find a pipe with this name.\nThe pipe referenced in the template has not been named or declared properly.\nA pipe must be either declared or imported in the NgModule where it is used, and the name used in a template must match the name defined in the pipe decorator.

\n\n
\n
\n
\n

Debugging the errorlink

\n

Use the pipe name to trace the templates or modules where this pipe is declared and used.

\n

To resolve this error, ensure that:

\n\n

If you recently added an import or declaration, you may need to restart your server to see these changes.

\n\n
\n\n\n" }