Live data from Hacker News

Show HN: Tsinject, a new dependency injection container for TypeScript

github.com

1–2 of 2 posts

Re: Show HN: Tsinject, a new dependency injection container for TypeScript

#2
Why tsinject? Having used DI containers for other languages, I was looking for something simple with a clean functional interface. Most existing TypeScript solutions rely on decorators or are restrictive and clunky in other ways. I've used something similar to this in a few projects and thought I'd open source it, I hope it's useful for someone!