Skip to content

Commit

Permalink
Merge pull request #207 from fabianrios/angular-19
Browse files Browse the repository at this point in the history
angular-19 update to angular 19
  • Loading branch information
danielmoncada authored Nov 27, 2024
2 parents 9aae3f1 + 43004ca commit 94102c4
Show file tree
Hide file tree
Showing 28 changed files with 22,136 additions and 20,796 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
addons:
chrome: stable
before_script:
- npm install -g @angular/cli@18
- npm install -g @angular/cli@19
- npm install
script:
- npm run test-with-coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If you need support for other Angular version, see *Breaking Changes* below.

Breaking Changes
-------
- Version 19.x.x >= no longer supports ng 18. If you need ng 18 support, stick with version 18.x.x.
- Version 18.x.x >= no longer supports ng 17. If you need ng 17 support, stick with version 17.x.x.
- Version 17.x.x >= no longer supports ng 16 - 13. If you need ng 16-13 support, stick with version 16.x.x.
- Version 14.x.x >= no longer supports < ng 13. If you need View Engine support, stick with version 13.x.x.
Expand Down
7 changes: 4 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"enabled": true,
"path": ".cache",
"environment": "all"
}
},
"analytics": false
},
"newProjectRoot": "projects",
"projects": {
Expand All @@ -22,7 +23,7 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"allowedCommonJsDependencies": [
"moment-timezone"
Expand Down Expand Up @@ -75,7 +76,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"options": {
"buildTarget": "date-time-picker-app:build"
},
Expand Down
Loading

0 comments on commit 94102c4

Please sign in to comment.