Skip to content

Commit 3be025b

Browse files
author
majid noureddine
committed
add bootstrap
1 parent 53f0f72 commit 3be025b

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"src/assets"
5151
],
5252
"styles": [
53+
"node_modules/bootstrap/dist/css/bootstrap.css",
5354
"src/styles.scss"
5455
],
5556
"scripts": []

package-lock.json

Lines changed: 5 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@angular/platform-browser": "~9.1.6",
2020
"@angular/platform-browser-dynamic": "~9.1.6",
2121
"@angular/router": "~9.1.6",
22+
"bootstrap": "^3.3.7",
2223
"rxjs": "~6.5.4",
2324
"tslib": "^1.10.0",
2425
"zone.js": "~0.10.2"

0 commit comments

Comments
 (0)