I\'m trying to use a component I created inside the AppModule in other modules. I get the following error though:
\"Uncaught (in promise): Error: Temp
I am beginning Angular and in my case, the issue was that I hadn't saved the file after adding the 'import' statement.