Skip to content

Commit

Permalink
Update Angular to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
liguori committed Dec 18, 2024
1 parent 857d0b3 commit 75faaf4
Show file tree
Hide file tree
Showing 18 changed files with 4,017 additions and 3,499 deletions.
6 changes: 3 additions & 3 deletions src/Organizer.SPA/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# https://github.com/browserslist/browserslist#queries
#
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11
not IE 9-11
not kaios 2.5
not op_mini all
10 changes: 6 additions & 4 deletions src/Organizer.SPA/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/Organizer.SPA",
"outputPath": {
"base": "dist/Organizer.SPA"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -40,7 +41,8 @@
},
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 75faaf4

Please sign in to comment.