In all the app templates, load and execute the Bootstrap JS code

This commit is contained in:
SteveSandersonMS
2016-03-01 16:26:05 +00:00
parent 0167d5ca3f
commit b797c9cc1a
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import 'angular2/bundles/angular2-polyfills.js';
import 'bootstrap';
import './styles/site.css';
import { bootstrap } from 'angular2/platform/browser';

View File

@@ -1,3 +1,4 @@
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.css';
import './css/site.css';

View File

@@ -1,4 +1,4 @@
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap';
import './css/site.css';
// Replace with your TypeScript code