Closed yarkovaleksei closed 6 years ago
I want to use this syntax:
@State('foo.nested.bar') bar
Now for these purposes I have to specify the function from which I return the field I need.
@State(state => state.foo.nested.bar) bar
I'm not willing to add such feature because:
I want to use this syntax:
@State('foo.nested.bar') bar
Now for these purposes I have to specify the function from which I return the field I need.
@State(state => state.foo.nested.bar) bar