I just install reactive-component-loader + its dependency (rx-scavenger + ng-dynamic-component).
The build is OK (JIT and AOT), but when trying to access the website, I got the following console error: "NullInjectorError: No provider for InjectionToken REACTIVE_COMPONENT_LOADER_MODULE_REGISTRY!"
Tested version of the lib: 0.2.5 and 0.2.4
Angular-cli v7.3.8
After taking a look in the code of the lib, I figura out that:
v0.2.5 is not up to date with master
in the code of v0.2.5, is never declared as a provider :
I just install reactive-component-loader + its dependency (rx-scavenger + ng-dynamic-component). The build is OK (JIT and AOT), but when trying to access the website, I got the following console error: "NullInjectorError: No provider for InjectionToken REACTIVE_COMPONENT_LOADER_MODULE_REGISTRY!"
Tested version of the lib: 0.2.5 and 0.2.4 Angular-cli v7.3.8
After taking a look in the code of the lib, I figura out that:
And on master branch: