Activities of "Anjali_Musmade"

Hello,

Please check this for mongodb https://docs.abp.io/en/commercial/latest/guides/microservice-mongodb

thanks

Hello,

please check this documentation https://docs.abp.io/en/commercial/latest/startup-templates/microservice/create-new-microservice

thanks,

Hello ,

I am unable reproudce the issue. i have check at my end it is work fine. Can you give steps to reporduce the issue.

Thank you.

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.

Showing 341 to 350 of 1094 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 25, 2024, 05:13