What are Observables in Angular?
Angular uses Observables as an interface to handle asynchronous operations. For instance: The HTTP module uses observables to handle AJAX requests and responses, the Router and Forms modules use observables to listen for and respond to user-input eve...
estherwavinya.hashnode.dev11 min read