You Don't Have To Use Observables In Angular
In Angular, you can perform asynchronous actions in two different ways, Observables, and Promises.
Most people pick Observables because every example on blogs and documentation tells you to do so. But why? Are Promises that bad? Or Observables that g...
hasnode.byrayray.dev4 min read
Fayçal Hannoun
Full stack Cross stacks
Well, this is interesting, you've got some good points here and i kinda agree. I think though that some code examples to illustrate the use of propises in angular code would have been extremly appreciated =)
Thanks for sharing =)