InterviewSolution
Saved Bookmarks
| 1. |
How will you use observables? |
|
Answer» 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. |
|