Skip to content

Commit

Permalink
feat: update to Angular 19 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid69330 authored Feb 4, 2025
1 parent 4da8471 commit a9e924e
Show file tree
Hide file tree
Showing 21 changed files with 7,621 additions and 5,543 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"style": "camelCase",
"type": "attribute"
}
]
],
"@angular-eslint/prefer-standalone": "off"
}
},
{
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 19.0.0
Update to Angular 19

## 17.1.0
Update to Angular 17

## 16.0.0
Update to Angular 16

## 15.1.0
Update to Angular 15

Expand Down
10 changes: 6 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/application",
"outputPath": {
"base": "dist/application"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -32,7 +33,8 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit a9e924e

Please sign in to comment.