Skip to content

Instantly share code, notes, and snippets.

View sinedied's full-sized avatar
🪐

Yohan Lasorsa sinedied

🪐
View GitHub Profile
@sinedied
sinedied / introrx.md
Created January 31, 2017 09:13 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@sinedied
sinedied / ngrxintro.md
Created January 31, 2017 07:45 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

#Comprehensive Introduction to @ngrx/store By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

/**
* @license Copyright (c) 2012, toddb GoneOpen Limited.
* Available via the MIT or new BSD license.
* based on https://gist.github.com/966776 (mathieul) and forked to https://gist.github.com/1474205
*
* 23/07/13: - added automatic test scoping of callback function arguments.
* - renamed _requires alias to jrequire
*
* jasmine.requirejs() returns a function that will load the file(s) required
* and will wait until it's done before proceeding with running specs.