Skip to content

Commit

Permalink
chore: add support for angular v17
Browse files Browse the repository at this point in the history
add support for angular v17

BREAKING CHANGE: migrated to angular v17
  • Loading branch information
shhdharmen committed Apr 21, 2024
1 parent c79db9e commit 2b2422c
Show file tree
Hide file tree
Showing 5 changed files with 6,910 additions and 6,918 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ testem.log
# System files
.DS_Store
Thumbs.db

.nx
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "cmdk:build:production"
"buildTarget": "cmdk:build:production"
},
"development": {
"browserTarget": "cmdk:build:development"
"buildTarget": "cmdk:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cmdk:build"
"buildTarget": "cmdk:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2b2422c

Please sign in to comment.