DEV Community

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

Collapse
 
avatsaev profile image
Aslan Vatsaev • Edited

Thanks!

Is the term storeService a widely used suffix?

nope it's up to you to name it, I usually name it something like TodosStore

Collapse
 
ronancodes profile image
Ronan Connolly 🛠 • Edited

I think I prefer the suffix store over dataSource.
Also the ngrx stuff talks about stores a lot. Seems to be a popular term.