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
In this ticket we will add support for creating child containers. A child container will look in it's dependency graph first, then in that of it's parents. This will allow us to have slim feature specific components which contain only dependencies for the feature (and call through to the app container for common ones).
Implementation Details
Child containers should have a strong reference to the parent.
WhoopDI should also have methods to create feature containers (which will basically just be a child container of the app container).
The text was updated successfully, but these errors were encountered:
In this ticket we will add support for creating child containers. A child container will look in it's dependency graph first, then in that of it's parents. This will allow us to have slim feature specific components which contain only dependencies for the feature (and call through to the app container for common ones).
Implementation Details
The text was updated successfully, but these errors were encountered: