Skip to content

Commit

Permalink
update packages and add component
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Jan 23, 2025
1 parent d3ce7e7 commit 8cff736
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 591 deletions.
45 changes: 0 additions & 45 deletions etc/nginx/default.conf/default.conf

This file was deleted.

16 changes: 11 additions & 5 deletions web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"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 @@ -96,9 +99,12 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
}
}
}
Expand All @@ -107,4 +113,4 @@
"cli": {
"analytics": false
}
}
}
Loading

0 comments on commit 8cff736

Please sign in to comment.