RxJS switchMap.
- Switch from one stream to another.
- Unsubscribe from previous observable.
- Subscribe to new observable
Info: https://yakovfain.com/2017/09/19/rxjs-essentials-part-6-the-switchmap-operator/
...
Bestudeer volgende code: https://stackblitz.com/edit/tmk-observable-switchmap-1.