Thanks, I can make it
thanks bunyamin! It's worked
Hello,
You can replace nav-items by following the instructions listed in the docs
Instead of
import { eThemeBasicComponents } from '@abp/ng.theme.basic';
use the following the enum
import { eThemeLeptonComponents } from @volo/abp.ng.theme.lepton;
and use
eThemeLeptonComponents.NavItems
to replace the nav items.
I have tried this but when click admin it doesn't show anything
ABP Framework version: v4.3.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): Yes
Steps to reproduce the issue:
I just get source from ABP suite and build. It has this error
@edelivery couldn't understand what you get? is that a module?
Hi alper
I just created new solution from abp suite
Template type: application templateso I understand this; you create a new Angular + EF Core + Separated Identity Server proejct. And it throws exception out of the box. Right?
yes, that's right
ABP Framework version: v4.3.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): Yes
Steps to reproduce the issue:
I just get source from ABP suite and build. It has this error
@edelivery couldn't understand what you get? is that a module?
Hi alper I just created new solution from abp suite Template type: application template
Hi pvaz
In the login page, how can I hide the tenant selector ? On the customization of the login, there is nothing related with the tentant selector but it is shown
You can set this:
Configure<AbpMultiTenancyOptions>(options =>
{
options.IsEnabled = false;
});
in IdentityServerModule to hide tenant selector