I want to debug the android app on my Phone connected via USB to workstation. I followed all steps mentioned here.
But my android app can't connect with server
Tried to turnoff firewall but get same error.
Windows 10, Samsung Galaxy 9+
Any advice?
I have added an external Id to users: SomId. Now i want to add a GetUserBySomId(int somId)
What is the best Zero way to do that?
Thanks in advance, Rene van Woezik
Can anyone point me in a direction, preferable with some samples, how to connect to sharepoint online from asp.net zero and display sharepoint folder with files?
Tried Google without succes. Must be my Google Skills.
Thanks in advance, Rene van Woezik
Angular component question
Is it possible to set the cssClass of user-profile-picture.component in the containing html page?
for instance:
<friend-profile-picture [profilePictureId]="selectedUser.friendProfilePictureId" [userId]="selectedUser.friendUserId" [tenantId]="selectedUser.friendTenantId" [cssClass]="'kt-widget3__img"></friend-profile-picture>
Thanks in advance, Rene van Woezik
ASP.NET Core & Angular 6.9.1
I have a few pages where i want to override the datatable style to use smaller fonts and borders. So i have created a (therapist-year-stats.component.less) file with:
` #therapist-stats .primeng-datatable-container .ui-table table th, .primeng-datatable-container .ui-table table td { overflow-wrap: normal; font-size: 12px; border: 1px solid #c8c8c8 !important; }
.ui-table table td {
text-align: right;
}
In the ts file of the component i have:
@Component({
templateUrl: './therapist-year-stats.component.html',
encapsulation: ViewEncapsulation.None,
animations: [appModuleAnimation()],
styleUrls: ['./therapist-year-stats.component.less']
})
`
And in the HTML i have
<div id="therapist-stats" class="primeng-datatable-container" [busyIf]="primengTableHelper.isLoading">
When i test it all datatables on all pages have this override, how do i specify only the stats datatables?
Thanks in advance
Hi, i have add some new Roles, when i check the role in db, i see strange names like "c1b00f6028d6493794aa161f7e4de2fe" and normalized name like ''C1B00F6028D6493794AA161F7E4DE2FE" for displayname "Content Editor".
When i use var users = await UserManager.GetUsersInRoleAsync("Content Editor"); I don't get any result.
Hi,
I have created a new AppService, build works fine, AppService works in Swagger. When i run refresh.bat the new AppService isn't added to service.proxies.ts and service.proxy.module.ts
How to find the problem?
Thanks in advance, Rene
Is there an Angular version of the Metronics scrollable portlets?
Thanx in advance Rene van Woezik
I have different dashboards based on selected Tenant, how do i route to the correct dashboard? Thanx in advance, Rene van Woezik
I have different dashboards, based on the selected Tenant, how do i route / navigate to the correct dashboard? I have one db
I know how to do it in MVC, but not in Angular
Thanks in advance