multi component dynamic providers? #235
RonnyPfannschmidt
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Why not use FromComponent(predifined_one) in plugins? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im the Application im migrating to dishka, we have a plugin system, where between plugins there are shared common component structures/dependencies
i'd like to be able to define certain dependencies by default for all plugins and wonder how to express it best
a messy idea i had for it would be to have a provider class where component is not set and then creating one instance for each plugin as a component, but i wonder if there is any way to declare them more fluently
Beta Was this translation helpful? Give feedback.
All reactions