Solvedangular Pipes could not be found with Ivy enabled
✔️Accepted Answer
I have same problem, and turned off ivy too. The problem is with pipes ERROR in : Template parse errors: The pipe 'date' could not be found...
.
For turn off ivy
, open tsconfig.json
and edit the key ivy to false.
"angularCompilerOptions": {
"enableIvy": false
}
Other Answers:
It's failing for other reasons (first could not resolve foreign function declaration: app.module.ts forRoot
, after fix Module not found: [object Object]
).
Debug on Windows fails: HostResourceLoader: host(C:\Repositories\admin/C:/Repositories/admin/src/ts/components/dashboard/dashboard.component.html) returned a Promise
So I'll leave this here, maybe it helps the Angular developers.
i'm having the same issues using latest angular 8 and angularfirebase
The error Error: Uncaught (in promise): Error: The pipe 'async' could not be found!
is still an issue for me as of 9.0.0-next.7
Happens after I save a module (even without making changes to the module). Restarting ng serve fixes it.
This is an Ivy bug report.
I'm submitting a...
Current behavior
Event with the correct imports and declarations I get the following error
Expected behavior
It should compile
What is the motivation / use case for changing the behavior?
Just checking the compiler status
Environment