Martin Zima
Martin Zima
As originally reported here: https://github.com/revoframework/Revo/issues/27#issuecomment-827460760 Sagas probably dispatch async events event when there are no sagas for the events being published (needs more investigation).
We need more complete example apps that would show more of the framework features and how to use them in real-world scenarios.
We need to be able to save and load state of event-sourced aggregates into a serialized state (e.g. JSON) for faster aggregate loading. This should mostly work as an optimization...
Implement a way to easily re-run event projections, e.g. when migrating the DB schema.
**Description** Using provideFormlyConfig to define custom config in child components (or lazy loaded routes, etc.) or using FormlyModule.forChild in child modules breaks Formly configuration resulting in this error when trying...