You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ReactiveComponentLoaderModule to open a module to another module on requirement, which was working fine for me in development mode. ng b --watch does not produce any error and works perfectly but when I try to build the production build,
I get ERROR NullInjectorError: StaticInjectorError(o)[_ -> InjectionToken ComponentInjector] I've tried things to solve but nothing worked for me, build is successful but on the browser it doesn't open. I'm attaching screenshots with it.
Please help me out.
The text was updated successfully, but these errors were encountered:
I am using ReactiveComponentLoaderModule to open a module to another module on requirement, which was working fine for me in development mode.
ng b --watch
does not produce any error and works perfectly but when I try to build the production build,I get
ERROR NullInjectorError: StaticInjectorError(o)[_ -> InjectionToken ComponentInjector]
I've tried things to solve but nothing worked for me, build is successful but on the browser it doesn't open. I'm attaching screenshots with it.Please help me out.
The text was updated successfully, but these errors were encountered: