issues
search
Snapchat
/
ts-inject
Typesafe dependency injection framework for TypeScript projects, providing easy-to-use, maintainable, and scalable code with strong type safety.
https://snapchat.github.io/ts-inject/
MIT License
5
stars
2
forks
source link
Partial container API improvements
#6
Closed
kburov-sc
closed
1 month ago
kburov-sc
commented
1 month ago
Added
providesValue
and
providesClass
to the
PartialContainer
API
Extracted common logic for initialising class-based injectables
providesValue
andprovidesClass
to thePartialContainer
API