Skip to content

Instantly share code, notes, and snippets.

View johnlindquist's full-sized avatar
💭
Eating a taco 🌮

John Lindquist johnlindquist

💭
Eating a taco 🌮
View GitHub Profile
import {Component} from 'angular2/core';
import {bootstrap} from 'angular2/platform/browser';
import 'rxjs/Rx';
import {HTTP_PROVIDERS, Http} from 'angular2/http';
@Component({
selector: 'app',
template: `
<ul *ngFor="#person of people | async">
{{person.name}}
</ul>
@johnlindquist
johnlindquist / README.md
Last active March 17, 2016 20:39
Angular 2 Automated Autocomplete

Angular2 Starter Gist Run

@johnlindquist
johnlindquist / README.md
Created March 17, 2016 20:39
Angular 2 Automated Autocomplete

Angular2 Starter Gist Run

@johnlindquist
johnlindquist / README.md
Last active March 17, 2016 22:35
Angular 2 Delayed Typing

Angular2 Starter Gist Run

@johnlindquist
johnlindquist / README.md
Created March 17, 2016 22:36
Angular 2 Delayed Typing

Angular2 Starter Gist Run

@johnlindquist
johnlindquist / README.md
Last active March 18, 2016 01:23
Angular2 + store-saga Todos

Angular2 Starter Plunker - Typescript - Beta 10

A todo example with @ngrx/store and store-saga

// Type definitions for es6-collections v0.5.1
// Project: https://github.com/WebReflection/es6-collections/
// Definitions by: Ron Buckton <http://github.com/rbuckton>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
@johnlindquist
johnlindquist / README.md
Created March 18, 2016 05:01
uh, is this too big?

Angular2 Starter Plunker - Typescript - Beta 10

A todo example with @ngrx/store and store-saga

SystemJS.config({
transpiler: "plugin-typescript",
packages: {
"app": {
"main": "app.js",
"meta": {
"*.js": {
"loader": "plugin-typescript"
}
}
// Type definitions for es6-collections v0.5.1
// Project: https://github.com/WebReflection/es6-collections/
// Definitions by: Ron Buckton <http://github.com/rbuckton>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0