switchMapTo
Last updated
Was this helpful?
Last updated
Was this helpful?
switchMapTo(innerObservable: Observable, resultSelector: function(outerValue, innerValue, outerIndex, innerIndex): any): Observable
:bulb: If you need to consider the emitted value from the source, try !
Example 1: Restart countdown on click, until countdown completes one time
( )
:newspaper: - Official docs
:file_folder: Source Code: