diff --git a/templates/Angular2Spa/ClientApp/boot-client.ts b/templates/Angular2Spa/ClientApp/boot-client.ts
index 7efdb66..5a5d958 100644
--- a/templates/Angular2Spa/ClientApp/boot-client.ts
+++ b/templates/Angular2Spa/ClientApp/boot-client.ts
@@ -1,4 +1,4 @@
-import 'bootstrap/dist/css/bootstrap.css';
+import 'angular2/bundles/angular2-polyfills.js';
import './styles/site.css';
import { bootstrap } from 'angular2/platform/browser';
diff --git a/templates/Angular2Spa/Views/Home/Index.cshtml b/templates/Angular2Spa/Views/Home/Index.cshtml
index 2f99cad..707ef17 100644
--- a/templates/Angular2Spa/Views/Home/Index.cshtml
+++ b/templates/Angular2Spa/Views/Home/Index.cshtml
@@ -2,9 +2,9 @@
ViewData["Title"] = "Home Page";
}
-