You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask you to consider adding functionality that would generate field names to strings that would be accessible as static members of a class or an enum.
For example I am using reactive_forms package. When defining formgroup object, I have to use string literals for map keys which creates room for errors.
I would like to ask you to consider adding functionality that would generate field names to strings that would be accessible as static members of a class or an enum.
For example I am using reactive_forms package. When defining formgroup object, I have to use string literals for map keys which creates room for errors.
I would much rather have something like this (static class members):
or enum style:
This would be useful for many more use cases, but this is the main for me.
Thank you for developing this wonderful library!
The text was updated successfully, but these errors were encountered: