Siddharth Gajbhiye
What is the difference between Observable and Promise in ?

This is a very common interview question that asks in angular so if you want to can explain this with example then the interviewer .You can go through my article there u can get to know about it with examples.
Below is the link of it.
https://www.c-sharpcorner.com/article/what-is-the-difference-between-observable-and-promise-with-example-in-angular-8/

By Siddharth Gajbhiye in Angular on Aug 04 2020
  • Cristopher Coronado
    Aug, 2020 7

    A Promise handles a single event when an async operation completes or fails.
    An Observable allows to pass zero or more events where the callback is called for each event.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS