DEV Community

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

Collapse
 
chuckirvine profile image
Chuck

I notice that the StackBlitz project differs from your article somewhat. In particular, you convert observables to promises in several places. Can you explain why you do that? Thanks

Collapse
 
avatsaev profile image
Aslan Vatsaev

I convert them to Promises so I can use async/await