An Observable is simply a collection of data that waits to be invoked (subscribed) before it can emit any data . If you’ve worked with promises, then the way to access the data is to chain it with the then() operator or use the ES6 async/await .
An Observable is simply a collection of data that waits to be invoked (subscribed) before it can emit any data . If you’ve worked with promises, then the way to access the data is to chain it with the then() operator or use the ES6 async/await .