mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
In all the app templates, load and execute the Bootstrap JS code
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import 'angular2/bundles/angular2-polyfills.js';
|
import 'angular2/bundles/angular2-polyfills.js';
|
||||||
|
import 'bootstrap';
|
||||||
import './styles/site.css';
|
import './styles/site.css';
|
||||||
|
|
||||||
import { bootstrap } from 'angular2/platform/browser';
|
import { bootstrap } from 'angular2/platform/browser';
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import 'bootstrap';
|
||||||
import 'bootstrap/dist/css/bootstrap.css';
|
import 'bootstrap/dist/css/bootstrap.css';
|
||||||
import './css/site.css';
|
import './css/site.css';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import 'bootstrap/dist/css/bootstrap.css';
|
import 'bootstrap';
|
||||||
import './css/site.css';
|
import './css/site.css';
|
||||||
|
|
||||||
// Replace with your TypeScript code
|
// Replace with your TypeScript code
|
||||||
|
|||||||
Reference in New Issue
Block a user