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
The container presumes it will be injected into a component's constructor, thus forcing the component to be an "injectable class", and reducing the reusability of the component. This isn't a particularly good practice. Investigate a new way to wire up dependencies that decouples the container from the dependencies it manages.
The text was updated successfully, but these errors were encountered:
The container presumes it will be injected into a component's constructor, thus forcing the component to be an "injectable class", and reducing the reusability of the component. This isn't a particularly good practice. Investigate a new way to wire up dependencies that decouples the container from the dependencies it manages.
The text was updated successfully, but these errors were encountered: