Can we dynamically create signal stores, form stores, and validation schemas at run time based on metadata (required, read-only, etc.) for each field defined on the backend?
For NgRx signals, we expect that Angular devtools will support signals, which can be used to track state. I don't know if this has already been mentioned! But I'm mentioning it here. Thanks.
Hello, have already started using the NgRx signal store implementation for new features, on the other hand, I have a lot of old NgRx store implementations. Is there any documentation or playgrounds to facilitate migration to signal store? Thanks.
Shall we use signal events or not? Some people say it's just a fallback to classic store and that's conceptually different than signal graph pattern. Personally I enjoy the redux pattern and it's separation of command from the whatever going to happen.