Exercise - Transformation Operators
Exercise
- Open the challenge on codepen
- Use the
mergeMap
operator to map clicks from theclick$
observable into a request - Use
ajax.getJSON
to setup a request tohttps://reqres.in/api/users
- Subscribe the observable and log out the result