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
@johnlindquist
johnlindquist / index.html
Last active February 11, 2024 23:12
Angular 2 Bundled
We couldn’t find that file to show.
@johnlindquist
johnlindquist / index.html
Last active March 18, 2016 18:39
Angular 2 Bundled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Angular 2 Workshop</title>
<script src="vendor/angular2-polyfills.js"></script>
<script src="vendor/system.src.js"></script>
<script src="jspm.config.js"></script>
<script src="vendor/bundle.js"></script>
</head>
@johnlindquist
johnlindquist / es6-collections.d.ts
Created March 18, 2016 23:45
Angular 2 Typings
// 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
SystemJS.config({
transpiler: "plugin-typescript",
packages: {
"app": {
"main": "app.js",
"meta": {
"*.js": {
"loader": "plugin-typescript"
}
}
@johnlindquist
johnlindquist / README.md
Last active March 21, 2016 17:26
Angular 2 Time Machine

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.

@johnlindquist
johnlindquist / README.md
Created March 21, 2016 17:26
Angular 2 Time Machine

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.

@johnlindquist
johnlindquist / README.md
Created March 21, 2016 20:49
Angular 2 Time Machine Subjects

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.

@johnlindquist
johnlindquist / README.md
Created March 21, 2016 20:50
Angular 2 Time Machine Subjects

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.

@johnlindquist
johnlindquist / README.md
Created March 21, 2016 21:30
Angular 2 Time Machine sans Store

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.

@johnlindquist
johnlindquist / README.md
Last active March 21, 2016 21:33
Angular 2 Time Machine sans Store

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.