Calendar page and shell improvements to support navigations. Enabled page caching.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Wino.Calendar
|
||||
private void RegisterViewModels(IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton(typeof(AppShellViewModel));
|
||||
services.AddTransient(typeof(CalendarPageViewModel));
|
||||
services.AddSingleton(typeof(CalendarPageViewModel));
|
||||
services.AddTransient(typeof(CalendarSettingsPageViewModel));
|
||||
services.AddTransient(typeof(AccountManagementViewModel));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user