Visual Studio 2022
I created crud page (ISizesAppService) by ASP.NET Zero Power Tools
On Xamarin project I created ProxySizeAppService for get data
And create page DataEntryView with DataEntryViewModel code as
When run the app I get the error
Castle.MicroKernel.Handlers.HandlerException: Can't create component '.ViewModels.DataEntryViewModel' as it has dependencies to be satisfied. '.ViewModels.DataEntryViewModel' is waiting for the following dependencies: Service '*.IColorsAppService' which was not registered. Service '*.ISizesAppService' which was not registered.
Please help verify it.
Angular CLI: 13.3.1
I run app on local and go to Organization Units page as picture
But if I click on sort by username the Members tabs will show as picture
I debuged that the funtion
reloadPage(): void {
this.paginator.changePage(this.paginator.getPage());
}
run and is not called the function getOrganizationUnitUsers
Please help verify it, I try to run on demo page is good.