Skip to content

Commit

Permalink
feat: Angular 17 migration (#200)
Browse files Browse the repository at this point in the history
* Migrated to angular 17 and upgraded peerdependencies of core and keepalive to angular 17
* Exposed providers array from module files
* Used standalone component in docs example
* Fixed test running issue for docs

BREAKING CHANGE: Requires Angular 17.3.10 or later, and requires Node 18 or later
  • Loading branch information
msibhuiyan authored Jun 21, 2024
1 parent 08ce89e commit 4b7ea35
Show file tree
Hide file tree
Showing 22 changed files with 25,280 additions and 22,316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [ "16", "18" ]
node_version: ["18", "20" ]
os: [ ubuntu-latest, macOS-latest ]
steps:
# See: https://github.com/marketplace/actions/checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
20.14.0
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "docs:build:production"
"buildTarget": "docs:build:production"
},
"development": {
"browserTarget": "docs:build:development"
"buildTarget": "docs:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "docs:build"
"buildTarget": "docs:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 4b7ea35

Please sign in to comment.