Answers for "the pipe async could not be found"

0

the pipe async could not be found

ERROR Error: Uncaught (in promise): Error: The pipe 'async' could not be found!Error: The pipe 'async' could not be found!


Answer
In my particular case this happened because I forgot to declare the component in app.module.ts. I copied in in to the project, imported into app-routing.module.ts, and registered it in a route.
Posted by: Guest on September-22-2021

Code answers related to "the pipe async could not be found"

Browse Popular Code Answers by Language