angular · angular/NG0302
NG0302
Pipe Not Found
A pipe used in a template is not available in the current context. For module-based applications, add the pipe to the declarations or imports of the hosting NgModule. For standalone components, import the pipe directly in the component's imports array.