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 provided a service in the parent component and that service is used on the child component.
This works fine, child component is able to 'see' service instance created in parent
<parent>
<child></child>
</parent>
However loading the child with the dynamic hook as shown below, I get "NullInjectorError: No provider for xservice" error.