Skip to content

Commit 1fdf9f7

Browse files
committed
Update to JSON Forms 3.5.1 and Angular 19
- Update to JSON Forms 3.5.1 - Update to Angular 19 - Update tsconfigs with new set based on a new project generated with Angular 19 CLI - Fix code to adhere to new tsconfigs higher standards - Remove protractor E2E tests because protractor is end of life and Angular now refuses to even execute the tests - Remove obsolete tslint.json - Remove lint script because there currently is no lint config at all and ng lint requires additional setup/config - Fix unit test
1 parent 106724c commit 1fdf9f7

19 files changed

+4913
-6253
lines changed

angular.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"outputPath": "dist",
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
17-
"tsConfig": "src/tsconfig.app.json",
17+
"tsConfig": "tsconfig.app.json",
1818
"polyfills": "src/polyfills.ts",
1919
"assets": [
2020
"src/assets",
@@ -82,7 +82,7 @@
8282
"zone.js",
8383
"zone.js/testing"
8484
],
85-
"tsConfig": "src/tsconfig.spec.json",
85+
"tsConfig": "tsconfig.spec.json",
8686
"scripts": [],
8787
"styles": [
8888
"src/styles.css"
@@ -94,20 +94,6 @@
9494
}
9595
}
9696
}
97-
},
98-
"jsonforms-angular-material-playground-e2e": {
99-
"root": "e2e",
100-
"sourceRoot": "e2e",
101-
"projectType": "application",
102-
"architect": {
103-
"e2e": {
104-
"builder": "@angular-devkit/build-angular:protractor",
105-
"options": {
106-
"protractorConfig": "./protractor.conf.js",
107-
"devServerTarget": "jsonforms-angular-material-playground:serve"
108-
}
109-
}
110-
}
11197
}
11298
},
11399
"schematics": {

e2e/app.e2e-spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

e2e/app.po.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

e2e/tsconfig.e2e.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)