LiveLoveApp logo

Exercise - Transformation Operators

Exercise

  1. Open the challenge on codepen
  2. Use the mergeMap operator to map clicks from the click$ observable into a request
  3. Use ajax.getJSON to setup a request to https://reqres.in/api/users
  4. Subscribe the observable and log out the result