Skip to content

Commit

Permalink
upgrade to angular&material v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud GOURET committed Dec 12, 2024
1 parent ea5e5a7 commit 492ebb2
Show file tree
Hide file tree
Showing 4 changed files with 4,943 additions and 6,425 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "json-schema-form:build:production"
"buildTarget": "json-schema-form:build:production"
},
"development": {
"browserTarget": "json-schema-form:build:development"
"buildTarget": "json-schema-form:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "json-schema-form:build"
"buildTarget": "json-schema-form:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 492ebb2

Please sign in to comment.