Admin mode. Data driven content sections. Bugfixes.

This commit is contained in:
2026-06-19 17:36:35 +00:00
parent bd65455945
commit 266c2451f1
30 changed files with 1733 additions and 13 deletions
+8 -1
View File
@@ -15,7 +15,8 @@
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"zone.js": "^0.16.2"
},
"devDependencies": {
"@angular/build": "^21.2.14",
@@ -7721,6 +7722,12 @@
"peerDependencies": {
"zod": "^3.25.28 || ^4"
}
},
"node_modules/zone.js": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.2.tgz",
"integrity": "sha512-Eky7p2Z1Ig3NnbfodSPoARCjKBSTFMnE/ACsP1L/XJEfY4SdOFce19BsUCWVwL6K5ABZFy5J3bjcMWffX+YM3Q==",
"license": "MIT"
}
}
}