Skip to content

Instantly share code, notes, and snippets.

@alvipeo
alvipeo / config.js
Last active April 3, 2016 22:28
ContentChild problem
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'
@alvipeo
alvipeo / config.js
Created April 3, 2016 21:12
Question regarding processing an Array 1 by 1
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'
@alvipeo
alvipeo / config.js
Last active March 29, 2016 20:04
Question regarding processing an Array 1 by 1
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'
@alvipeo
alvipeo / config.js
Last active March 27, 2016 23:15
Undating the view inside Observable.subscribe
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'
@alvipeo
alvipeo / config.js
Last active March 31, 2016 00:08
Change detection OnPush
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'
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'
@alvipeo
alvipeo / README.md
Created March 18, 2016 15:31 — forked from johnlindquist/README.md
Angular 2 Automated Autocomplete

Angular2 Starter Gist Run