Activities of "Anjali_Musmade"

Hello, Please add below code router.provider.ts file

{ path: '/book-store', name: 'Demo', iconClass: 'fa fa-bell', order: 101, layout: eLayoutType.application, },

it will result like

Thanks.

Answer

Hello,

Could you please try with this code.

It results like

You can add your logic as per your requirement.

Thank you.

Hello,

Could you please check once in your Database whether the role user exists in Abp.Users class?

Thanks

Hello,

Please share steps to reporduce the issue.

Thank you.

Hello,

I am checking your case, at my end for both 8.0.3 and 8.0.4 application is running fine. I just want confirmation on - When you are running 8.0.3 application that time your CLI and ABP suite both should be of version 8.0.3 and while running 8.0.4 application your CLI and ABP suite both should be of version 8.0.4. or Please check in incognito mode once and try to clean browser cache.

thanks

Hello ,

Please add below code in app.component.ts file.

import {ToolbarService} from '@volosoft/ngx-lepton-x/layouts';

export class AppComponent {
  constructor(  private toolbarservice: ToolbarService) 
  {   
   this.toolbarservice.setItems([
    {
      id: 'id1',
      icon: 'action-icon fas fa-comments'
    },
    {
      id: 'id2',
      icon: 'action-icon bi bi-bell-fill'
    }
   ]);
  }
}

it will result like

In this way you can add any icon as per your requirement.

Thank you.

Hello,

could you please check https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization#toolbar-component

thanks.

Yes sure , your ticket is refunded. Thanks for giving the updates.

Hello , Can you please give steps to reproduce the issue. Thank you.

Answer

Hello ,

It is not like that, when you want to customize any component you need to add that component. In case of Lepton you need to add Lepton component and in case of LeptonX you need to add LeptonX component as shown in the documentation.

If you want UI features of LeptonX you need to migrate from Lepton to LeptonX. You can refer this for migration https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular#leptonx-angular-ui

Thank you.

Showing 571 to 580 of 1321 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 07:44