Angular + .Net Core
I have created the API controllers with Power Tools and API are accessable from the Swagger but when I run the API i am getting the (401 Undocumented | Error: Unauthorized)
Angular + .Net Core microsoft Login is not working?
Couldnt find the resource on github (Note: my gihub account is linked with ASPZero)
//not implemented yet. Will be implemented with https://github.com/aspnetzero/aspnet-zero-angular/issues/5
Angular + .Net Core
How to display spectific menu and pages to these roles:
HOST Admin: new AppMenuItem('Dashboard', 'Pages.Administration.Host.Dashboard', 'flaticon-line-graph', '/app/admin/hostDashboard'),
Tenant Admin: new AppMenuItem('Dashboard', 'Pages.Tenant.Dashboard', 'flaticon-line-graph', '/app/main/dashboard'),
Tenant User: ? with tenant admin code the menu is not apppering on the User side.
How to create sub-domain for each Tenant?
Angular + .Net Core
Angular + .Net Core
Where tenant logo is stored in Database and in which file folder? Also how to upload the tenant logo from the Admin UI?
From the below url I am able to fetch logo but this is default ASP.NET ZERO logo. remoteServiceBaseUrl + '/TenantCustomization/GetTenantLogo?skin=' + currentTheme.baseSettings.menu.asideSkin + '&tenantId=' + appSession.tenant.id + '&id=' + appSession.tenant.logoId
My Screen goes blank and url navigate to "http://localhost:4200/" when I tried to add Form> tag on newly created page (Angular + .Net Core)
How to get TenantId and login UserId on Angular side?
I am using Angular + .Net Core
how to get TenantID and Login UserID on Angular + .net core
ngOnInit() not working on navigating to another pages but its workingon hard reload.
(Angular + ASP CORE) (Multi tenant application) Seprate solution
I have added new menu item from the link below but it showing on both Admin and Tenant application, but I only want to show it on Tenanat side not on Admin side.
https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Developing-Step-By-Step-Angular-Adding-New-Menu-Item
Also, how menu can works as a single item (tab - on click it should be navigate) because i am having only one item and it showing it as a child item (so I have to click it twice to navigate page).