poohbar
10/20/2019, 3:42 PMcreatedAtStart = true
to the single
declaration but it still does not get created at startup.HarryPulvirenti
10/21/2019, 6:13 AMgetViewModel()
instead of by viewModel
. I can be wrong but I remember that you can find a similar pattern for by inject
. Try to use get()
instead of by inject
.