Skip to content

Commit

Permalink
CSCEXAM-000 Upgrade to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti Lupari authored and lupari committed Jan 12, 2024
1 parent 40e4eb7 commit 4924a6b
Show file tree
Hide file tree
Showing 18 changed files with 4,144 additions and 3,980 deletions.
1 change: 0 additions & 1 deletion ui/.npmrc

This file was deleted.

7 changes: 0 additions & 7 deletions ui/.prettierrc.js

This file was deleted.

5 changes: 5 additions & 0 deletions ui/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
semi: true
trailingComma: 'all'
singleQuote: true
printWidth: 120
tabWidth: 4
10 changes: 5 additions & 5 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "exam:build",
"proxyConfig": "src/proxy.conf.js"
"proxyConfig": "src/proxy.conf.js",
"buildTarget": "exam:build"
},
"configurations": {
"production": {
"browserTarget": "exam:build:production"
"buildTarget": "exam:build:production"
},
"development": {
"browserTarget": "exam:build:development"
"buildTarget": "exam:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "exam:build"
"buildTarget": "exam:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 4924a6b

Please sign in to comment.