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 got the same issue, and it was happening because of different feature module included this component by mistake. When removed it from the other feature, it worked!