Solution - Transformation Operators
click$ .pipe( mergeMap(() => { return ajax.getJSON('https://reqres.in/api/users'); }) ) .subscribe(console.log);