diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html
index f5b05c3e55..ce0bdfbaf9 100644
--- a/public/docs/_examples/homepage-hello-world/ts/index.1.html
+++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html
@@ -9,17 +9,17 @@
-
+
-
+
diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html
index 6a9ab2f9dd..c790439682 100644
--- a/public/docs/_examples/homepage-tabs/ts/index.1.html
+++ b/public/docs/_examples/homepage-tabs/ts/index.1.html
@@ -10,17 +10,17 @@
-
+
-
+
diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html
index f69158e29c..d926bbe323 100644
--- a/public/docs/_examples/homepage-todo/ts/index.1.html
+++ b/public/docs/_examples/homepage-todo/ts/index.1.html
@@ -10,17 +10,17 @@
-
+
-
+
diff --git a/public/docs/_examples/karma.conf.js b/public/docs/_examples/karma.conf.js
index fe7c2d1652..b9bea32636 100644
--- a/public/docs/_examples/karma.conf.js
+++ b/public/docs/_examples/karma.conf.js
@@ -22,7 +22,7 @@ module.exports = function(config) {
},
files: [
// Polyfills.
- 'node_modules/es6-shim/es6-shim.js',
+ 'node_modules/code-js/client/shim.min.js',
// Zone.js dependencies
// Note - do not include zone.js itself here, it is already
diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json
index c88ec62936..b89d74462e 100644
--- a/public/docs/_examples/package.json
+++ b/public/docs/_examples/package.json
@@ -38,7 +38,7 @@
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
- "angular2-in-memory-web-api": "0.0.8",
+ "angular2-in-memory-web-api": "0.0.9",
"bootstrap": "^3.3.6"
},
"devDependencies": {
diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json
index 61458998db..5cac25cd60 100644
--- a/public/docs/_examples/quickstart/ts/package.1.json
+++ b/public/docs/_examples/quickstart/ts/package.1.json
@@ -27,7 +27,7 @@
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
- "angular2-in-memory-web-api": "0.0.8",
+ "angular2-in-memory-web-api": "0.0.9",
"bootstrap": "^3.3.6"
},
"devDependencies": {
diff --git a/public/docs/_examples/styleguide/package.1.json b/public/docs/_examples/styleguide/package.1.json
index 7129ac907a..f4c2fdaef5 100644
--- a/public/docs/_examples/styleguide/package.1.json
+++ b/public/docs/_examples/styleguide/package.1.json
@@ -11,8 +11,7 @@
"dependencies": {
"angular2": "2.0.0-beta.0",
"systemjs": "0.19.6",
- "es6-promise": "^3.0.2",
- "es6-shim": "^0.35.0",
+ "core-js": "^2.4.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10"
diff --git a/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html b/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html
index 2e97762347..ff5481a40d 100644
--- a/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html
+++ b/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html
@@ -17,7 +17,7 @@