angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
98 stars 16 forks source link

Add a form management feature to a signal store #48

Open ebondu opened 1 month ago

rainerhahnekamp commented 1 month ago

@ebondu thanks for the PR. Would it be possible for you add a component which uses that feature in the showcase app?

ebondu commented 1 month ago

I can try to add a component to demonstrate the feature but actually the showcase app doesn't compile. I tried to disable strict mod in tsconfig without success. Any idea ?

rainerhahnekamp commented 1 month ago

Fixed the build of the demo app. Please rebase and try again

ebondu commented 1 month ago

I added a small exemple in the demo app you should be able to try