What are Observables?, Introduction to Observables
An Introduction to Observables for Angular Developers https://developer.telerik.com/topics/web-development/introduction-observables-angular-developers/
You can think of an observable as an array whose items arrive asynchronously over time. Observables help you manage asynchronous data, such as data coming from a backend service.
Mi az az Observable és mire tudod használni JavaScriptben?