dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Simplify Dependency Injection of Projections using IProjectionOf<TReadModel> #113

Closed woksin closed 2 years ago

woksin commented 2 years ago

Summary

Adds the possibility to take upon a specific projection read model as a dependency and use that to get the projection states for that read model type.

Added