is it possible build an "Angular Style DI" library using Reflectable? #297
dinbtechit
started this conversation in
General
Replies: 2 comments 1 reply
-
Something like this is most probably possible, however:
Reflectable itself needs to generate code, usually done with build_runner. |
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.
-
is it possible build an Angular-style DI (Dependency Injection) library using Reflectable? Looking to build a DI library that would eliminate the need to generate code (using
build_runner
) at the development time.For example: The usage of the DI library will be as shown below
Beta Was this translation helpful? Give feedback.
All reactions