Ivan Sadovyi

Results 3 comments of Ivan Sadovyi

> you could always just build this on your own project, TBH And that's right 🙂. Initially, I tried to extend `ContainerModule` class to replace the original binding syntax. But...

Improved generic constraints for `toDynamicValueWithDeps`. Also, updated the "Motivation and Context" section to highlight that it's not required to decorate binding class / service identifier with `@injectable()`.

Need to investigate why it throws the error. I guess, that's because `unregisterNetworkCallback` is called once the app connects. Why do we do so instead of `bindProcessToNetwork`? I understand that...