Skip to content

Commit

Permalink
update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Jan 26, 2025
1 parent 61bea22 commit 91551bf
Show file tree
Hide file tree
Showing 15 changed files with 3,621 additions and 3,718 deletions.
28 changes: 7 additions & 21 deletions web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,17 @@
}
],
"styles": [
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
"src/styles.scss"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"server": "src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "server.ts"
}
"scripts": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "1MB",
"maximumError": "5MB"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -99,18 +91,12 @@
}
],
"styles": [
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
"src/styles.scss"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
"scripts": []
}
}
}
}
},
"cli": {
"analytics": false
}
}
}
Loading

0 comments on commit 91551bf

Please sign in to comment.