Skip to content

Instantly share code, notes, and snippets.

@otodockal
otodockal / config.js
Created March 16, 2016 20:02 — forked from johnlindquist/config.js
angular 2 with sagas and reducers
System.config({
//use typescript for compilation
transpiler: 'typescript',
//typescript compiler options
typescriptOptions: {
emitDecoratorMetadata: true
},
//map tells the System loader where to look for things
map: {
app: "./src",