tsdi icon indicating copy to clipboard operation
tsdi copied to clipboard

Dependency Injection container (IoC) for TypeScript

Results 16 tsdi issues
Sort by recently updated
recently updated
newest added

A doc block for the `asyncGet` method would be awesome. I'm guessing it's related to async constructors, in which case a note in the [section on async dependencies](https://tsdi.js.org/docs/en/next/features#async-dependencies) would also...

documentation required

Hi, i found that the @destroy lifecycle is only called on the last instance that was created from a non-singleton scoped component. It's not documented anywhere but i assume the...

bug

Since we aren't using cypress as a dev tool but only as a test runner, playwright would be better, since then we could run the tests in chrome, firefox, edge...

The constructor injections could be created using proxies and with this change we can make them lazy. This will break backward compatibility.

todo

Some day, react hooks will take over and some people might try to live without using classes. Will tsdi make it in this world?

documentation required

When compiling my project with [fuse-box](http://fuse-box.org/) and enable hot-module-reloading, tsdi breaks when changing files. ![screen shot 2017-08-04 at 08 57 05](https://user-images.githubusercontent.com/6033531/28957628-ed9c945a-78f2-11e7-9e64-cc60d74cde80.png) Seems like an issue with the @Component decorator.

enhancement