Skip to content

Instantly share code, notes, and snippets.

View skoch-fixeads's full-sized avatar

Steven Koch skoch-fixeads

  • FixeAds
  • Lisbon
View GitHub Profile
action$.ofType(LOGIN_REQUEST)
.switchMap(() =>
Observable.ajax.post(
'http://www.endpoint.com',
{
username: 'user',
password: 'password'
})
// Note the different operator here
.flatMap(payload =>
@skoch-fixeads
skoch-fixeads / README.md
Last active October 30, 2015 10:35 — forked from hofmannsven/README.md
My simply Git Cheatsheet