Hi,
I could not reproduce the problem.
Can you share more detail setps?
Hi,
Can you share a test project? I will check it.
my email is shiwei.liang@volosoft.com
HI,
Can you share the Controller code?
Hi,
It's easy to do,
you can hide it using the CSS
For example:
blazor-global-styles.css
.lpx-settings{
display: none !important;
}
abp bundle
Hi,
I will check it.
Hi,
How about registering the route for that? I mean, click on the menu to open my component
It uses routing to reach components.
Maybe you can check the Tutorials first: https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-1?UI=NG&DB=EF
Hi,
Weird, this is because the component is disposing.
Can you share a test project? I will check it. thanks. shiwei.liang@volosoft.com
See: https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-add-a-navigation-element
For example:
{
path: '/your-path',
name: 'Your navigation',
parentName: eThemeSharedRouteNames.Administration
order: 101,
iconClass: 'fas fa-question-circle',
requiredPolicy: 'permission key here',
layout: eLayoutType.application,
},
Hi
You can check those:
https://docs.abp.io/en/abp/latest/Modules/Setting-Management#angular-ui https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-add-a-navigation-element