Skip to content

Instantly share code, notes, and snippets.

@vlio20
vlio20 / index.html
Created April 1, 2016 09:48 — forked from johnlindquist/index.html
Dynamically Add a Component
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RxJSCraft</title>
<script src="https://npmcdn.com/angular2/bundles/angular2-polyfills.js"></script>
<script src="https://npmcdn.com/systemjs@0.19.24/dist/system.js"></script>
<script src="https://npmcdn.com/typescript@1.8.9/lib/typescript.js"></script>
</head>
<body>
@vlio20
vlio20 / README.md
Created March 22, 2016 05:22 — forked from johnlindquist/README.md
Angular 2 Time Machine Subjects

Angular 2 Time Machine

@ngrx/store example

Demonstrates the basics of @ngrx/store.