diff --git a/public/docs/_examples/cb-form-validation/ts/index.html b/public/docs/_examples/cb-form-validation/ts/index.html
index 6aea5beaa4..8fc614fe0f 100644
--- a/public/docs/_examples/cb-form-validation/ts/index.html
+++ b/public/docs/_examples/cb-form-validation/ts/index.html
@@ -5,7 +5,7 @@
-
+
diff --git a/public/docs/_examples/forms/js/index.html b/public/docs/_examples/forms/js/index.html
index e67b53ac26..a7052b79db 100644
--- a/public/docs/_examples/forms/js/index.html
+++ b/public/docs/_examples/forms/js/index.html
@@ -7,7 +7,7 @@
-
+
diff --git a/public/docs/_examples/forms/ts/index.html b/public/docs/_examples/forms/ts/index.html
index 7d6e7cda5d..50f8747546 100644
--- a/public/docs/_examples/forms/ts/index.html
+++ b/public/docs/_examples/forms/ts/index.html
@@ -8,7 +8,7 @@
+ href="https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css">
diff --git a/public/docs/_examples/homepage-tabs/ts/index.html b/public/docs/_examples/homepage-tabs/ts/index.html
index 66ce8f3ecc..d047702a13 100644
--- a/public/docs/_examples/homepage-tabs/ts/index.html
+++ b/public/docs/_examples/homepage-tabs/ts/index.html
@@ -5,7 +5,7 @@
Angular Tabs
-
+
diff --git a/public/docs/_examples/homepage-todo/ts/index.html b/public/docs/_examples/homepage-todo/ts/index.html
index 8839065224..6bed22fce1 100644
--- a/public/docs/_examples/homepage-todo/ts/index.html
+++ b/public/docs/_examples/homepage-todo/ts/index.html
@@ -5,7 +5,7 @@
Angular Todos
-
+
diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json
index db2fd2fe65..59d840ae67 100644
--- a/public/docs/_examples/package.json
+++ b/public/docs/_examples/package.json
@@ -28,7 +28,6 @@
"@angular/upgrade": "~2.1.1",
"angular-in-memory-web-api": "~0.1.13",
- "bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rollup": "^0.36.0",
diff --git a/public/docs/_examples/quickstart/js/package.1.json b/public/docs/_examples/quickstart/js/package.1.json
index 9caf49c837..212ffc8735 100644
--- a/public/docs/_examples/quickstart/js/package.1.json
+++ b/public/docs/_examples/quickstart/js/package.1.json
@@ -23,7 +23,6 @@
"@angular/upgrade": "~2.1.1",
"angular-in-memory-web-api": "~0.1.5",
- "bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json
index f0b77ec217..0eddc20502 100644
--- a/public/docs/_examples/quickstart/ts/package.1.json
+++ b/public/docs/_examples/quickstart/ts/package.1.json
@@ -25,7 +25,6 @@
"@angular/upgrade": "~2.1.1",
"angular-in-memory-web-api": "~0.1.13",
- "bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js
index f5550d2729..6f97f1d401 100644
--- a/tools/plunker-builder/indexHtmlTranslator.js
+++ b/tools/plunker-builder/indexHtmlTranslator.js
@@ -91,14 +91,6 @@ var _rxData = [
from: 'node_modules/jasmine-core/lib/jasmine-core/jasmine.css',
to: 'https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.css'
},
-
-
- {
- pattern: 'link',
- from: 'node_modules/bootstrap/dist/css/bootstrap.min.css',
- // Official source per http://getbootstrap.com/getting-started/
- to: 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'
- },
{
pattern: 'angular_pkg',
},