Skip to content

Commit

Permalink
add bootstrap into project
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Jadhav committed Jun 17, 2018
1 parent 6f14165 commit ace2e83
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.css"
],
"scripts": []
"scripts": [
"./node_modules/jquery/dist/jquery.js",
"./node_modules/popper.js/dist/umd/popper.js",
"./node_modules/bootstrap/dist/js/bootstrap.js"
]
},
"configurations": {
"production": {
Expand Down
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"bootstrap": "4.0.0-beta.2",
"core-js": "^2.5.4",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
Expand Down

0 comments on commit ace2e83

Please sign in to comment.