fix(packages/angular): move child rendering logic to template from effect (#4519)

* fix(packages/angular): move child rendering logic to template from effect

* test(packages/angular): add unit tests on SSR hydration
This commit is contained in:
Karsa
2026-07-06 12:16:52 +02:00
committed by GitHub
parent 031b226ac6
commit 5828ecb38f
7 changed files with 324 additions and 92 deletions

View File

@@ -54,6 +54,7 @@
"@angular/core": "^21.2.17",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-server": "^21.2.17",
"@angular/router": "^21.0.0",
"@lucide/build-icons": "workspace:*",
"@lucide/helpers": "workspace:*",