@type-injector/lib
is a small library to inject values by type or token.
- Source of the library itself: type-injector/type-injector-lib
- Demo integration into different frameworks: type-injector/type-injector-lib-demo
-
@type-injector/lib
- special inject token to inject the TypeInjector itself
- provide decorators
- life-cycle to destroy a scope and its instances programmatically (without waiting for gc)
- extend InjectConfig, so it can include a preferred scope
-
@type-injector/decorated
(doesn't exist yet)- optional! decorators that create the static injectConfig
-
@type-injector/cli
(doesn't exist yet)- generate a visualized (svg/md/ascii-art) dependency tree to document a project
- static code analysis to check depdendencies without running a project
- generate wrapper/integration code for different frameworks
-
@type-injector/demo
- examples for additional framework integrations (e.g. stencil/viewjs)
- improved demo documentation
- measure+improve coverage