rich-domain icon indicating copy to clipboard operation
rich-domain copied to clipboard

A lib to help you create a robust project based on domain driven-design (ddd) principles with typescript and zero dependencies.

Results 1 rich-domain issues
Sort by recently updated
recently updated
newest added

Playing with the new `TsEvent` api. Looks like it supersedes your [finance-app example](https://github.com/4lessandrodev/finance-project-ddd/blob/main/src/modules/user/domain/subscriptions/after-delete-user-account.subscription.ts). Any tips for how to make subscriptions with the new API? Thanks!

question