[Solved] Pipe not found in custom component

Fine!, my conclusion is that if you don’t have all pages with lazy loading you can NOT import pipes in app.module.ts you need to import your custom pipe in your-page.module.ts. Otherwise you should import it in app.module.ts