We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
state.$.$.*
If we implement a complex input with:
state = new TransformedState( new FormState({ foo: ... }) )
There will be codes like state.$.$.* in the input component, which seems verbose.
Maybe we can avoid that by optimizing API of TransformedState.
TransformedState