In all the app templates, load and execute the Bootstrap JS code
This commit is contained in:
parent
0167d5ca3f
commit
b797c9cc1a
|
|
@ -1,4 +1,5 @@
|
|||
import 'angular2/bundles/angular2-polyfills.js';
|
||||
import 'bootstrap';
|
||||
import './styles/site.css';
|
||||
|
||||
import { bootstrap } from 'angular2/platform/browser';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import 'bootstrap';
|
||||
import 'bootstrap/dist/css/bootstrap.css';
|
||||
import './css/site.css';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import 'bootstrap/dist/css/bootstrap.css';
|
||||
import 'bootstrap';
|
||||
import './css/site.css';
|
||||
|
||||
// Replace with your TypeScript code
|
||||
|
|
|
|||
Loading…
Reference in New Issue