Skip to content

Commit

Permalink
Merge pull request #1 from uweDuesing/featuire/add_bootstrao
Browse files Browse the repository at this point in the history
Adding in Bootstrap
  • Loading branch information
uweDuesing authored Apr 9, 2024
2 parents 2a292e1 + d90034e commit 4e87dc3
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 339 deletions.
11 changes: 8 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"scripts": [],
"server": "src/main.server.ts",
"prerender": true,
"ssr": {
Expand Down Expand Up @@ -91,7 +94,9 @@
"styles": [
"src/styles.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
],
}
}
}
Expand Down
32 changes: 32 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@angular/platform-server": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/ssr": "^17.1.0",
"bootstrap": "^5.3.3",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
Loading

0 comments on commit 4e87dc3

Please sign in to comment.