ReactiveViewModel
ReactiveViewModel copied to clipboard
I'd like to know how to setup a ReactiveViewModel with multiple Models?
It seems that ReactiveViewModel assume that a ViewModel only has 1 Model.
What if I want to bind a ViewModel to multiple Models?
I was able to get around this situation by creating an aggregated ViewModel.