convert params form to all signals

This commit is contained in:
Joel Wetzell
2026-04-04 08:47:43 -05:00
committed by Joel Wetzell
parent 2b2f798f00
commit 34ebf9ed53
2 changed files with 44 additions and 46 deletions
@@ -1,4 +1,4 @@
@if (paramsSchema && paramsFormInfo) {
@if (paramsSchema() && paramsFormInfo) {
<form [formGroup]="paramsFormInfo.formGroup">
<div class="flex flex-col">
@for (key of paramKeys(); track key) {