How will you use observables?
Observables are not specific to Ionic or Angular. These are provided by RxJS library and can do a lot of tasks. They can deal with multiple values simultaneously and can manipulate the data associated with it. However, Observables will not get executed until you subscribe to them.