DEV Community

Discussion on: How to Avoid Observables in Angular

Collapse
 
baluditor profile image
Baluditor

I only registered to this site, to say Thank You for this comment of yours. I've had trying to figure out how to to this and your comment ended a 7 hours long search. Thanks!

Collapse
 
rubenheymans profile image
Ruben

I really don't get why this isn't mentioned more. This way you can easily escape the observable horror when you don't need it. Also async await makes you code so much cleaner, most examples use .then() for some reason.

Thread Thread
 
xtealer profile image
XTEALER

It's just true!