I have the following stream:
const source = fromEvent(document.querySelector(\'h1\'), \'click\').pipe( switchMap(() => { return timer(500).pipe(