Activities of "liangshiwei"

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;
}
  • run the 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

Showing 2881 to 2890 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20