We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad26ec4 commit 0a36789Copy full SHA for 0a36789
package.json
@@ -25,12 +25,12 @@
25
"node": ">= 4.2.1 < 5"
26
},
27
"dependencies": {
28
- "angular2": "2.0.0-beta.12",
+ "angular2": "2.0.0-beta.13",
29
"es6-promise": "^3.0.2",
30
"es6-shim": "^0.35.0",
31
"reflect-metadata": "0.1.2",
32
"rxjs": "5.0.0-beta.2",
33
- "systemjs": "0.19.4",
+ "systemjs": "0.19.20",
34
"zone.js": "0.6.6"
35
36
"devDependencies": {
src/index.html
@@ -4,6 +4,7 @@
4
<meta charset="utf-8">
5
<title>Material2</title>
6
<base href="/">
7
+ <script src="vendor/es6-shim/es6-shim.js"></script>
8
<script src="vendor/systemjs/dist/system-polyfills.js"></script>
9
<script src="vendor/angular2/bundles/angular2-polyfills.js"></script>
10
{{content-for 'head'}}
0 commit comments