Skip to content

Commit

Permalink
✨ feat(angular.json): Optimize Angular JSON configuration by updating…
Browse files Browse the repository at this point in the history
… Bootstrap paths and streamline app component HTML.
  • Loading branch information
vnobo committed Sep 20, 2024
1 parent 6dcb50f commit f55a885
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 349 deletions.
4 changes: 2 additions & 2 deletions ng-web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
}
],
"styles": [
"bootstrap/dist/css/bootstrap.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
],
"scripts": [
"bootstrap/dist/js/bootstrap.bundle.js"
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
},
"configurations": {
Expand Down
2 changes: 1 addition & 1 deletion ng-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-web",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Loading

0 comments on commit f55a885

Please sign in to comment.