Error: No component factory found for [object Object]
问题 I'm stuck. I know how to usually deal with the problem, but this time I'm stuck. 1) Error: Uncaught (in promise): Error: No component factory found for [object Object]. Did you add it to @NgModule.entryComponents? Why the error message says [object Object] , instead of specific component? I know where is the error, I know which code is causing it. But I do not understand WHY the error occurs and WHY it says [object Object] . 2) I have created a component, I have added it to declarations and