Check out my StackBlitz demo where I am experimenting with dynamically instantiating the HelloComponent
using the ReflexiveInjector
. The HelloComponent
is added to the app modules entryComponents
array.
Despite this setup, I am still encountering the following error:
Component HelloComponent is not part of any NgModule or the module has not been imported into your module.
Any ideas on how to resolve this issue?