Vikas
What Is Observable In Angular ?
By Vikas in Angular on Dec 19 2019
  • Pranam Bhat
    May, 2021 21

    Observables provide support for data sharing between publishers and subscribers in an angular application. It is referred to as a better technique for event handling, asynchronous programming, and handling multiple values as compared to techniques like promises. A special feature of Observables is that it can only be accessed by a consumer who subscribes to it i.e A function for publishing values is defined, but it is not executed by the subscribed consumer (it can be any component) only via which the customer can receive notifications till the function runs or till they subscribed.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS