Skip to content

Commit 5b8ab55

Browse files
committed
Install Bootstrap 4
1 parent 946651d commit 5b8ab55

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.angular-cli.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919
"testTsconfig": "tsconfig.spec.json",
2020
"prefix": "app",
2121
"styles": [
22+
"../node_modules/bootstrap/dist/css/bootstrap.css",
2223
"styles.scss"
2324
],
24-
"scripts": [],
25+
"scripts": [
26+
"../node_modules/jquery/dist/jquery.js",
27+
"../node_modules/popper.js/dist/popper.js",
28+
"../node_modules/bootstrap/dist/js/bootstrap.js"
29+
],
2530
"environmentSource": "environments/environment.ts",
2631
"environments": {
2732
"dev": "environments/environment.ts",

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"@angular/platform-browser": "^4.2.4",
2323
"@angular/platform-browser-dynamic": "^4.2.4",
2424
"@angular/router": "^4.2.4",
25+
"bootstrap": "^4.0.0-beta",
2526
"core-js": "^2.4.1",
27+
"jquery": "^3.2.1",
28+
"popper.js": "^1.12.5",
2629
"rxjs": "^5.4.2",
2730
"zone.js": "^0.8.14"
2831
},

0 commit comments

Comments
 (0)