Most people, including myself, meet observables for the first time when starting to develop Angular applications. Observables are the key elements of the framework, you can't do too many things without using them. For example, HTTP requests return their results as an Observable. This way you can think that it is just another fancy variation ... Continued