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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I have an injectable service that I am attempting to register as a provider in my app.module.shared.ts, but at runtime I get the typical no provider for XXXservice error. When I move the provider registration to the app.module.client level everything seems to run fine.