DEV Community

Discussion on: You Don't Have To Use Observables In Angular

Collapse
 
pix303 profile image
Paolo Carraro • Edited

Interesting article, thanks! A doubt: for http requests do you use HttpClient and return a toPromise() of that? (...so your article pops out others questions... as far i can see it's an old and resolved debate about HttpClient :)

Collapse
 
devbyrayray profile image
Dev By RayRay

Yes, most of the time I use toPromise() 😉