Skip to content

Commit bef1c29

Browse files
authored
chore(frontend)!: Migrate to Angular v20+ and zoneless
* feat: make pcts zoneless #63 * fix: revert deletion of package-lock #63 * feat: use workaround to update examples #63 * chore: rebuild package-lock #63 * feat: make jest tests also zoneless #63
1 parent d95bfbe commit bef1c29

9 files changed

Lines changed: 3015 additions & 5061 deletions

File tree

frontend/angular.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"builder": "@angular/build:application",
1515
"options": {
1616
"browser": "src/main.ts",
17-
"polyfills": ["zone.js"],
1817
"tsConfig": "tsconfig.app.json",
1918
"assets": [
2019
{
@@ -79,7 +78,6 @@
7978
"test": {
8079
"builder": "@angular/build:karma",
8180
"options": {
82-
"polyfills": ["zone.js", "zone.js/testing"],
8381
"tsConfig": "tsconfig.spec.json",
8482
"assets": [
8583
{

0 commit comments

Comments
 (0)