DEV Community

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

Collapse
 
avatsaev profile image
Aslan Vatsaev

Depends on the scale, if you have a big app with a lot of components than need to share state, and a lot of moving parts, i strongly suggest ngrx, i used this method (the one described in the article) to build several libraries that have internal state, and it works very well, so no need to use ngrx in component libs.