DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
i41099195 profile image
I

Great article. Thank you.
I'm trying to adapt this kind of state managment to my app.
In my scenario I'm subscribing to some events (adding, removing) and do some other logic (for example showing message "you have removed something").
How would you modify your todo example to add this kind of logic in a separate file/ or in other components?